Add contact-us notice for non-standard service types
Non-interconnected VoIP, satellite, paging, private radio, and other specialized services have different registration requirements. Show a yellow info box under Q1 directing these users to contact us for a custom assessment instead of using the wizard. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
337528b08a
commit
dec69ffc0e
1 changed files with 5 additions and 2 deletions
|
|
@ -87,8 +87,11 @@ select:focus,input:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 2px
|
|||
<div id="q1">
|
||||
<p class="q-label">What type of service will you offer?</p>
|
||||
<p class="q-hint">Select all that apply.</p>
|
||||
<label class="svc-row"><input type="checkbox" data-svc="voice"> <span class="svc-name">Voice / phone service</span> <span class="svc-inc">VoIP, CLEC, or traditional</span></label>
|
||||
<label class="svc-row"><input type="checkbox" data-svc="broadband"> <span class="svc-name">Broadband internet service</span> <span class="svc-inc">ISP, fiber, fixed wireless</span></label>
|
||||
<label class="svc-row"><input type="checkbox" data-svc="voice"> <span class="svc-name">Voice / phone service</span> <span class="svc-inc">Interconnected VoIP, CLEC, IXC, or traditional telephony</span></label>
|
||||
<label class="svc-row"><input type="checkbox" data-svc="broadband"> <span class="svc-name">Broadband internet service</span> <span class="svc-inc">ISP, fiber, fixed wireless, cable</span></label>
|
||||
<div style="margin-top:.5rem;padding:.5rem .75rem;background:#fefce8;border:1px solid #fde68a;border-radius:8px;font-size:.82rem;color:#92400e;line-height:1.5">
|
||||
<strong>Other service types?</strong> If you plan to offer non-interconnected VoIP, satellite, paging, private radio, or other specialized services, <a href="/contact?subject=FCC+Registration+Inquiry" style="color:#1e3a5f;font-weight:600;text-decoration:underline">contact us for a custom assessment</a> — registration requirements vary significantly for these services.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Q1b: Customer type — separate section, only shown after checking voice/broadband -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue