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="email" name="your_email" placeholder="Your email" required> <input type="email" name="friend_email" placeholder="Friend's email" required> <button type="submit">Send Referral</button> </form>