Nonprofit Partnership | Copy-paste forms | MyFormConnect
← All forms

Nonprofit Partnership

Partnership inquiry from a nonprofit.

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="text" name="name" placeholder="Name" required>
  <input type="email" name="email" placeholder="Email" required>
  <input type="text" name="organization" placeholder="Nonprofit name">
  <textarea name="mission" placeholder="Brief mission and partnership interest"></textarea>
  <button type="submit">Submit</button>
</form>