Recruiter Contact | Copy-paste forms | MyFormConnect
← All forms

Recruiter Contact

Recruiters or HR reaching out about talent.

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="company" placeholder="Company">
  <input type="text" name="role" placeholder="Role you're hiring for">
  <textarea name="message" placeholder="Details"></textarea>
  <button type="submit">Send</button>
</form>