<h2>Sign Up to receive text messages</h2>
<p>Enter your phone number below to receive messages via SMS.</p>
<form>
<label for="phone">Phone Number:</label><br>
<input type="tel" id="phone" name="phone" placeholder="(123) 456-7890" required><br><br>
<input type="checkbox" id="consent" name="consent" required>
<label for="consent">
I agree to receive recurring automated personalized marketing text messages (e.g. appointment reminders) from [Quest Taxes] at the phone number provided. Consent is not a condition of any purchase. Message & data rates may apply. Message frequency varies. Reply HELP for help and STOP to cancel.
</label><br><br>
<button type="submit">Subscribe</button>
</form>