2025-08-01 18:12:06 +00:00
# Contact Us
We would love to hear from you. Whether you are interested in contributing, forming a partnership, or have a question about the project, please use the form below. Our team monitors submissions and will get back to you shortly.
< form class = "contact-form" action = "https://api.staticforms.xyz/submit" method = "post" >
2025-08-01 22:50:14 +00:00
<!-- REQUIRED: Your StaticForms access key, wrapped in quotes. -->
< input type = "hidden" name = "accessKey" value = "sf_ha7960c038fb88i3hbgf0d81" >
2025-08-01 18:12:06 +00:00
<!-- 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 >
2025-08-01 22:50:14 +00:00
<!-- 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 >
2025-08-01 18:12:06 +00:00
< label for = "message" > Message:< / label >
< textarea id = "message" name = "message" rows = "8" required > < / textarea >
2025-08-01 22:50:14 +00:00
<!-- The reCAPTCHA key, correctly wrapped in quotes -->
< div class = "g-recaptcha" data-sitekey = "6LcXVZcrAAAAAErKk03ysIccvSose25YnkeiBP-b" > < / div >
2025-08-01 18:12:06 +00:00
< script src = "https://www.google.com/recaptcha/api.js" async defer > < / script >
< button type = "submit" > Send Message< / button >
< / form >