Update prior-year catch-up messaging
- Explains that each missed year is filed and priced separately - Tells user we'll contact them for USAC E-File delegation after order - "Not sure what you need?" leads to the free assessment form Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ea147386b6
commit
3acdc68994
1 changed files with 5 additions and 3 deletions
|
|
@ -119,12 +119,14 @@ import Base from "../../layouts/Base.astro";
|
||||||
<!-- Prior-year catch-up -->
|
<!-- Prior-year catch-up -->
|
||||||
<div id="prior-year" class="hidden bg-red-50 border border-red-200 rounded-xl p-5 text-sm text-red-800">
|
<div id="prior-year" class="hidden bg-red-50 border border-red-200 rounded-xl p-5 text-sm text-red-800">
|
||||||
<p class="font-semibold mb-1">Prior-Year Catch-Up May Be Required</p>
|
<p class="font-semibold mb-1">Prior-Year Catch-Up May Be Required</p>
|
||||||
<p>One or more filings appear overdue. In some cases prior-year filings must be completed before the current year can be filed.
|
<p>One or more filings appear overdue. In some cases prior-year filings must be completed before the current year can be filed. If you are multiple years behind, each missed year must be filed separately and will be priced individually.</p>
|
||||||
<button type="button" id="btn-request-quote" style="color:#1e40af;text-decoration:underline;font-weight:600;background:none;border:none;cursor:pointer;padding:0;">Request a free assessment →</button>
|
<p class="mt-2">After you place your order, we will contact you with instructions to delegate USAC E-File access so we can review your filing history and prepare the correct forms.</p>
|
||||||
|
<p class="mt-2">
|
||||||
|
<button type="button" id="btn-request-quote" style="color:#1e40af;text-decoration:underline;font-weight:600;background:none;border:none;cursor:pointer;padding:0;">Not sure what you need? Request a free assessment →</button>
|
||||||
</p>
|
</p>
|
||||||
<!-- Quote request form (hidden until clicked) -->
|
<!-- Quote request form (hidden until clicked) -->
|
||||||
<div id="quote-form" class="hidden mt-4 bg-white border border-red-200 rounded-lg p-4">
|
<div id="quote-form" class="hidden mt-4 bg-white border border-red-200 rounded-lg p-4">
|
||||||
<p class="text-xs text-gray-600 mb-3">We'll review your filings and send you a detailed assessment with pricing. No obligation.</p>
|
<p class="text-xs text-gray-600 mb-3">We'll review your filing history and send you a detailed assessment with pricing for all years that need to be filed. No obligation.</p>
|
||||||
<div class="space-y-2">
|
<div class="space-y-2">
|
||||||
<input id="quote-name" type="text" placeholder="Your name" class="w-full border border-gray-300 rounded px-3 py-2 text-sm focus:outline-none focus:ring-1 focus:ring-pw-500" />
|
<input id="quote-name" type="text" placeholder="Your name" class="w-full border border-gray-300 rounded px-3 py-2 text-sm focus:outline-none focus:ring-1 focus:ring-pw-500" />
|
||||||
<input id="quote-email" type="email" placeholder="Email address" class="w-full border border-gray-300 rounded px-3 py-2 text-sm focus:outline-none focus:ring-1 focus:ring-pw-500" />
|
<input id="quote-email" type="email" placeholder="Email address" class="w-full border border-gray-300 rounded px-3 py-2 text-sm focus:outline-none focus:ring-1 focus:ring-pw-500" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue