Merge branch 'develop'

This commit is contained in:
Nathan Chapman 2023-12-29 18:15:23 -07:00 committed by Nathan Chapman
commit aa025696e8

View File

@ -1,12 +1,9 @@
<form action="https://squareup.com/outreach/1pnzIO/subscribe" method="POST" target="_blank"> <form action="https://squareup.com/outreach/1pnzIO/subscribe" method="POST" target="_blank">
<input type="hidden" name="embed" value="true"> <input type="hidden" name="embed" value="true">
<h5>Get 10% OFF</h5>
<p>Subscribe to get 10% off your first order!</p>
<p> <p>
<label for="newsletter_email_address">Email address:*</label><br> <label for="newsletter_email_address">Email address:</label><br>
<input type="email" id="newsletter_email_address" name="email_address" placeholder="johndoe@example.com"> <input type="email" id="newsletter_email_address" name="email_address" placeholder="johndoe@example.com">
</p> </p>
<p> <p>
<button type="submit">Subscribe</button> <button type="submit">Subscribe</button>
</p> </p>
</form>