Clarify USAC Filer ID: 6 digits starting with 8, with example and link
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0cb6e20021
commit
d62a858098
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@
|
|||
<input type="text" id="pw-frn" class="pw-input" placeholder="10-digit (leave blank if applying via this order)" />
|
||||
|
||||
<label class="pw-field">USAC Filer ID (499)</label>
|
||||
<input type="text" id="pw-filer-id" class="pw-input" />
|
||||
<p class="text-xs text-gray-500 -mt-1 mb-1">6-digit number starting with 8 (e.g. 834314). Found on your Form 499-A or at <a href="https://apps.fcc.gov/cgb/form499/499a.cfm" target="_blank" class="text-pw-600 underline">USAC E-File</a>.</p>
|
||||
<input type="text" id="pw-filer-id" class="pw-input" placeholder="e.g. 834314" maxlength="6" pattern="8\d{5}" />
|
||||
|
||||
<div class="pw-row">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue