Contact Form Generator

Create a ready-to-use contact form with name, email, and message fields. Copy the HTML and paste it into your website — submissions go straight to your inbox.

Generated HTML

<form action="https://flowqen.com/api/f/YOUR_FORM_ID" method="POST">
  <label>Name *
    <input type="text" name="name" placeholder="Your name" required />
  </label>

  <label>Email *
    <input type="email" name="email" placeholder="you@example.com" required />
  </label>

  <label>Subject
    <input type="text" name="subject" placeholder="What is this about?" />
  </label>

  <label>Message *
    <textarea name="message" placeholder="Your message..." rows="4" required></textarea>
  </label>

  <button type="submit">Submit</button>
</form>

Replace YOUR_FORM_ID with the ID from your Flowqen dashboard.

Preview

How to use

  1. 1Create a form on Flowqen (free, no signup needed) and copy your form ID.
  2. 2Copy the HTML above and replace YOUR_FORM_ID with your actual form ID.
  3. 3Paste the form into your website. Submissions appear in your Flowqen dashboard.
Create a form free →All generators