HTML forms

Use a native form action for a zero-JavaScript integration that works on any static site. Browse 46 templates that generate clean HTML code pointing to your Formward endpoint.

Implementation notes

  1. Paste the generated markup
  2. Replace the endpoint placeholder
  3. Submit once and verify the dashboard record

A working HTML contact form

This server-rendered example is generated specifically for HTML. Replace the endpoint placeholder with your public Formward form ID; it is not a secret.

Best for

Static sites, documentation pages and progressively enhanced projects that should still submit without JavaScript.

Watch for

Keep native labels, input names and browser validation intact; styling must not hide required or focus states.

<form action="https://forms.formward.eu/f/your-form-id" method="POST">
  <label for="name">Name</label>
  <input type="text" name="name" id="name" required />
  <label for="email">Email</label>
  <input type="email" name="email" id="email" required />
  <label for="message">Message</label>
  <textarea name="message" id="message" required></textarea>
  <input type="text" name="_gotcha" tabindex="-1" autocomplete="off" style="position:absolute;left:-9999px" aria-hidden="true" />
  <button type="submit">Send</button>
</form>

Application forms

6

Contact forms

6

Donation forms

3

Feedback forms

9

Order forms

5

Registration forms

5

Request forms

9

Signup forms

3
HTML form templates, EU-hosted backend | Formward