← All forms

Client Intake Form - HTML Code Snippet

Basic client intake with contact and reason for visit.

Copy-paste HTML
<form action="https://myformconnect.io/f/YOUR_FORM_ID" method="POST">
  <input type="text" name="name" placeholder="Full name" required>
  <input type="email" name="email" placeholder="Email" required>
  <input type="tel" name="phone" placeholder="Phone">
  <input type="text" name="reason" placeholder="Reason for visit / inquiry">
  <textarea name="notes" placeholder="Additional notes"></textarea>
  <button type="submit">Submit</button>
</form>

Service providers—from therapists to lawyers to fitness trainers—need baseline client information before initial sessions. A client intake form backend collects contact details, reason for seeking services, relevant background or history, insurance information (if applicable), and availability. You can prepare appropriately for first meetings and ensure compliance with any required documentation.

Common Use Cases

  • Information collection
  • User engagement
  • Lead generation

Frequently Asked Questions

Who uses intake forms?

Agencies, consultants, and service providers.

What is the benefit?

It streamlines onboarding and reduces back-and-forth communication.

Can it include project scope?

Yes, it often includes detailed requirements fields.

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.