32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
<form class="contact-form" action="https://api.staticforms.xyz/submit" method="post">
|
|
<!-- REQUIRED: Your StaticForms access key, wrapped in quotes. -->
|
|
<input type="hidden" name="accessKey" value="sf_ha7960c038fb88i3hbgf0d81">
|
|
|
|
<!-- Sets the subject of the email you will receive -->
|
|
<input type="hidden" name="subject" value="Contact Form Submission - Smartup Zero">
|
|
|
|
<!-- Redirects user to a thank you page after submission -->
|
|
<input type="hidden" name="redirectTo" value="https://timeline0.org/0_timeline/thank-you/">
|
|
|
|
<!-- Anti-spam honeypot field. Do not change. -->
|
|
<input type="text" name="honeypot" style="display: none" tabindex="-1" autocomplete="off">
|
|
|
|
<!-- Form Fields -->
|
|
<label for="name">Name:</label>
|
|
<input type="text" id="name" name="name" required>
|
|
|
|
<!-- CRITICAL: The user's email field, correctly named "_replyto" -->
|
|
<label for="email">Your Email (for replies):</label>
|
|
<input type="email" id="email" name="_replyto" required>
|
|
|
|
<label for="message">Message:</label>
|
|
<textarea id="message" name="message" rows="8" required></textarea>
|
|
|
|
<!-- The reCAPTCHA key, correctly wrapped in quotes -->
|
|
<div class="g-recaptcha" data-sitekey="6LcXVZcrAAAAAErKk03ysIccvSose25YnkeiBP-b"></div>
|
|
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
|
|
|
<button type="submit">Send Message</button>
|
|
</form>
|
|
|