← All forms

Recruiter Contact - HTML Code Snippet

Recruiters or HR reaching out about talent.

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>

Companies receiving recruiting agency outreach need to filter for reputable firms with relevant candidate pools. A recruiter contact form backend collects the recruiting firm name, specialization areas, fee structure, contact person, and specific roles they can help fill. Your HR team gets structured recruiter information that makes it easier to engage with quality staffing partners.

Common Use Cases

  • Recruitment outreach
  • Candidate sourcing

Frequently Asked Questions

Who uses this form?

Recruiters, HR teams, and hiring managers.

Can it include job roles?

Yes, role-based fields are common.

Is it useful for outbound hiring?

Yes, especially for proactive recruitment.

Form Endpoint

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

Replace YOUR_FORM_ID with your actual form ID from MyFormConnect Dashboard.

Need an endpoint for this form?

Get your own YOUR_FORM_ID in seconds and start receiving submissions instantly.

Create your Form

How the Backend Works

  • Copy the HTML template and drop it into your page — no backend code needed.
  • Replace YOUR_FORM_ID with your ID from the MyFormConnect dashboard.
  • MyFormConnect's form backend handles submissions, routing, and storage — your form is live instantly.