Clarify intake form labels: name, email, carrier entity
- "Email address (yours)" → "Your email address" with helper text - "Your name" → "Your first and last name" with placeholder - "Carrier legal name" → "Carrier entity legal name" with examples Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
bf0c6dc85e
commit
0cb6e20021
1 changed files with 6 additions and 5 deletions
|
|
@ -53,14 +53,15 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<label class="pw-field">Email address (yours)</label>
|
||||
<label class="pw-field">Your email address</label>
|
||||
<p class="text-xs text-gray-500 -mt-1 mb-1">We will use this to send you filing updates, documents for review, and your completed filings.</p>
|
||||
<input type="email" id="pw-email" class="pw-input" required />
|
||||
|
||||
<label class="pw-field">Your name</label>
|
||||
<input type="text" id="pw-name" class="pw-input" required />
|
||||
<label class="pw-field">Your first and last name</label>
|
||||
<input type="text" id="pw-name" class="pw-input" required placeholder="e.g. Jane Smith" />
|
||||
|
||||
<label class="pw-field">Carrier legal name</label>
|
||||
<input type="text" id="pw-legal-name" class="pw-input" required />
|
||||
<label class="pw-field">Carrier entity legal name</label>
|
||||
<input type="text" id="pw-legal-name" class="pw-input" required placeholder="e.g. Acme LLC or Gadgets Inc" />
|
||||
|
||||
<label class="pw-field">DBA (if different)</label>
|
||||
<input type="text" id="pw-dba" class="pw-input" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue