← All forms

Investor Contact - HTML Code Snippet

Contact form for investor relations or pitch submissions.

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="firm" placeholder="Firm / fund (optional)">
  <textarea name="message" placeholder="Message" required></textarea>
  <button type="submit">Send</button>
</form>

Startups raising capital need a professional way for investors to reach out without exposing personal emails. An investor contact form backend collects the investor's name, firm, investment focus, check size range, and reason for reaching out. Your team gets qualified investor inquiries with context, helping you prioritize conversations with investors whose thesis aligns with your business.

Common Use Cases

  • Customer inquiries
  • Support requests
  • General communication

Frequently Asked Questions

Who should use this form?

Startups and companies seeking investors.

Should pitch decks be attached?

Yes, optional file uploads are commonly added.

Is it suitable for early-stage startups?

Yes, especially for pre-seed and seed rounds.

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.