Referral (Simple) | Copy-paste forms | MyFormConnect
← All forms

Referral (Simple)

Refer a friend: your email and friend's email.

Endpoint

POST https://myformconnect.io/f/YOUR_FORM_ID

Replace YOUR_FORM_ID with your form ID from MyFormConnect.

Copy-paste HTML
<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>