1_general_forum/docs/0_timeline/contact-us.md

1.6 KiB

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.

<!-- 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>