Volunteer Signup | Copy-paste forms | MyFormConnect
← All forms

Volunteer Signup

Volunteer interest form with skills and availability.

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="tel" name="phone" placeholder="Phone">
  <textarea name="skills" placeholder="Skills or areas of interest"></textarea>
  <input type="text" name="availability" placeholder="Availability (e.g. weekends)">
  <textarea name="message" placeholder="Why do you want to volunteer?"></textarea>
  <button type="submit">Submit</button>
</form>