1
0
forked from jason/scj

form submission

This commit is contained in:
Jason Stedwell
2026-06-30 22:49:30 -05:00
parent 7593fb46cf
commit cf9f9c5f1a
4 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -339,7 +339,7 @@
<textarea name="message" rows="4" placeholder="Species, age, color preference, shipping questions…"></textarea>
</label>
<button type="submit" class="btn btn--primary btn--block">Send Inquiry</button>
<p class="form__note">Sending opens your email app addressed to Storm Cloud Jumpers. Prefer to email directly? Write to <a href="mailto:stormcloudjumpers@gmail.com" class="accent">stormcloudjumpers@gmail.com</a>.</p>
<p class="form__note">Your message goes straight to our inbox — we'll reply within a day or two. Prefer to email directly? Write to <a href="mailto:stormcloudjumpers@gmail.com" class="accent">stormcloudjumpers@gmail.com</a>.</p>
<p class="form__msg form__msg--ok" id="formOk" hidden>Thanks! Your message is ready to send — we'll reply within a day or two.</p>
</form>
</div>