Skip to main content
Creating a form in Formbase gives you a unique endpoint you can post to from any site or application. The title and description are for your own organization and do not affect submissions. You can also define a return URL. After a browser submission, Formbase shows a success page with a button that sends users back to that URL.
1

Open the dashboard

Sign in to Formbase and click “New Form” in your dashboard.
Formbase dashboard with New Form button
2

Name your form

Add a title and optional description to make it easy to find later. These fields appear only in your dashboard.
Create new form dialog
3

(Optional) Set a return URL

If you want a button on the success page that sends visitors back to your site, add a return URL now or update it later in settings.
4

Save and copy the endpoint

After saving, Formbase shows your endpoint, for example:
https://formbase.dev/s/your-form-id
Use this endpoint as the action in an HTML form or as the URL in your fetch request.
Form endpoint URL display
You can rename the form, update the return URL, and change email notification settings at any time from the form settings page.

Next step

Go to Your form endpoint to learn how submissions are handled and how to use the endpoint in different environments.