Test Contact Form

Submit below to POST to your external form handler (e.g. your mail server or Edge function). This static page is ready for Cloudflare Pages.

On submit, this page will POST to the action URL above.
Integration notes
  • Update the action attribute to your handler endpoint (Cloudflare Worker/Pages Function or mail server).
  • Set client_email to the final recipient, consumed by your server-side template.
  • Optional: use form_subject to set a custom subject line.
  • This is a standard HTML form POST (no JavaScript required).