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 (optional)"> <input type="email" name="email" placeholder="Email (optional)"> <input type="text" name="feature" placeholder="Feature summary" required> <textarea name="description" placeholder="Describe the feature and why it would help" required></textarea> <button type="submit">Submit Request</button> </form>