Northstar contact · demo_contact_7x2p

Connect your form

Preview ready
Your form endpoint

Backend handled.
Keep your own form.

Point any HTML form or fetch request here. SubmitHarbor validates the fields, filters obvious bots, and records a clean payload.

POSThttps://www.submitharbor.com/api/submit/demo_contact_7x2p
01
Paste into your site

Plain HTML

01<form action="https://www.submitharbor.com/api/submit/demo_contact_7x2p" method="POST">02  <input type="text" name="name" required />03  <input type="email" name="email" required />04  <textarea name="message" required></textarea>05  <input type="text" name="website" tabindex="-1" autocomplete="off" hidden />06  <button type="submit">Send</button>07</form>
Using JavaScript instead?
const response = await fetch("https://www.submitharbor.com/api/submit/demo_contact_7x2p", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ name, email, message }) });
02
Try the real endpoint

Send a test

No email alert

This demo is local. Sign in before using the endpoint on a live site.

Production checklist

Three things before launch.

Endpoint responds

Validation and honeypot filtering are active.

2
Create a cloud endpoint

Sign in so external submissions persist in your inbox.

3
Restrict origins

Add the sites that are allowed to use this endpoint.