What is my form endpoint?
What is my form endpoint?
Every form has an endpoint at
/s/<form-id>. On the hosted service, this looks like https://formbase.dev/s/YOUR_FORM_ID. For self-hosting, replace the domain with your own.How do I get a JSON response?
How do I get a JSON response?
Submit from your server (API route, server action, or serverless function). Browser submissions return a
303 redirect and no JSON body.Does Formbase support file uploads?
Does Formbase support file uploads?
Yes. Use
multipart/form-data and configure S3-compatible storage. Uploaded files appear as URLs under file or image in the submission data.Why am I not receiving emails?
Why am I not receiving emails?
Ensure SMTP or Resend is configured in your environment. Email delivery is required for account verification and submission notifications.
Does Formbase include spam protection?
Does Formbase include spam protection?
Formbase does not include built-in spam filtering. Use CAPTCHA, honeypots, or edge rules in front of Formbase.
How do I test submissions quickly?
How do I test submissions quickly?