Create a form endpoint
Copy the endpoint from your Formbase dashboard. It looks like
https://formbase.dev/s/YOUR_FORM_ID.Add the endpoint to your form
name attribute of each field becomes a key in your submission data.File uploads with HTML
To upload files, add a file input and setenctype="multipart/form-data":
file or image in the submission data.
If you need a custom thank-you page, handle submission with JavaScript and redirect manually. See Redirects.