Endpoint
POST https://myformconnect.io/f/YOUR_FORM_ID
Replace YOUR_FORM_ID with your form ID from MyFormConnect.
<form action="https://myformconnect.io/f/YOUR_FORM_ID" method="POST"> <input type="text" name="name" placeholder="Name" required> <input type="email" name="email" placeholder="Email" required> <input type="text" name="institution" placeholder="School / institution"> <input type="text" name="role" placeholder="Role (e.g. teacher, student)"> <textarea name="message" placeholder="How will you use this?"></textarea> <button type="submit">Submit</button> </form>