25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
![]() |
<form class="contact-form" action="https://api.staticforms.xyz/submit" method="post">
|
||
|
<!-- Replace this with your StaticForms access key -->
|
||
|
<input type="hidden" name="accessKey" value="sf_ha7960c038fb88i3hbgf0d81">
|
||
|
|
||
|
<!-- This sets the subject of the email you will receive -->
|
||
|
<input type="hidden" name="subject" value="Contact Form Submission - Smartup Zero">
|
||
|
|
||
|
<!-- This is where the user will be redirected after submitting the form -->
|
||
|
<input type="hidden" name="redirectTo" value="https://timeline0.org/thank-you">
|
||
|
|
||
|
<!-- This is a honeypot field to help prevent spam. Leave it empty. -->
|
||
|
<input type="text" name="honeypot" style="display:none">
|
||
|
|
||
|
<label for="name">Your Name:</label>
|
||
|
<input type="text" id="name" name="name" required>
|
||
|
|
||
|
<label for="email">Your Email:</label>
|
||
|
<input type="email" id="email" name="email" required>
|
||
|
|
||
|
<label for="message">Your Message:</label>
|
||
|
<textarea id="message" name="message" rows="8" required></textarea>
|
||
|
|
||
|
<button type="submit">Send Message</button>
|
||
|
</form>
|