Skip to content

Commit

Permalink
Explain on the agreement that legal name is required
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic authored Nov 22, 2024
1 parent 0a4e364 commit 71547e1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions views/agreement.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ input[readonly] {
grid-template-columns: auto 1fr;
grid-column-gap: 20px;
grid-row-gap: 1em;
justify-items: stretch; /* Edge does not stretch inputs inside grids by default */
}
.grid-form label {
display: block; /* this gives a fallback that displays reasonably in non-grid browsers */
.explanation {
grid-column: 2;
margin-top: -1em;
color: #333;
}
.signature-section-container {
Expand Down Expand Up @@ -202,6 +203,7 @@ input[type="submit"] {
<div class="grid-form signature-section-container">
<label for="individual-name">Name:</label>
<input type="text" name="individual-name" id="individual-name" required>
<small class="explanation">This must be your legal name, that you use in the real world to sign contracts. It <a href="https://github.com/whatwg/sg/issues/93#issuecomment-1120799691">cannot be a pseudonym</a>.</small>

<label for="individual-address">City + Country:</label>
<input type="text" name="individual-address" id="individual-address" required>
Expand Down

0 comments on commit 71547e1

Please sign in to comment.