HTML contact form with MyFormConnect
Add a contact form to any HTML or static site without a backend. Use MyFormConnect as the form endpoint so submissions are stored and you get notifications.
Endpoint: POST https://myformconnect.io/f/YOUR_FORM_ID
Replace YOUR_FORM_ID with your form ID from your MyFormConnect dashboard.
Copy-paste example
<form action="https://myformconnect.io/f/YOUR_FORM_ID" method="POST">
<label>Name <input type="text" name="name" required></label>
<label>Email <input type="email" name="email" required></label>
<label>Message <textarea name="message" required></textarea></label>
<button type="submit">Send</button>
</form>
For more details and instructions for AI assistants, see llms.txt and our AI website prompts.