Form Settings
Every form has a Settings tab where you configure how it behaves. Open a form from your project and select Settings.
General settings
- Form name — a human-friendly name used throughout the dashboard.
- Slug — a URL-friendly identifier for the form.
- Description — optional notes about the form's purpose.
- Form is active — when off, the form stops accepting new submissions. Turn it off to pause a form without losing its data.
Form URL
The Submission URL is the endpoint your website posts to:
https://api.formiary.com/api/v1/s/{submissionLinkId}
Copy it from this section and point your form's action at it. See
Connect your form for
examples. The endpoint accepts either browser form encoding
(multipart/form-data or application/x-www-form-urlencoded), but not JSON.
A form posted without JavaScript navigates the visitor to Formiary, which shows a hosted confirmation or error page — see What your visitor sees, and After submission to redirect to your own page or restyle ours.
Notifications & rules
The Settings tab also contains the Notifications and Submission Rules sections. These are covered in their own guides:
Deleting a form
Deleting a form is permanent and removes the form along with all of its submissions. You'll be asked to confirm before the deletion goes through. If you only want to stop receiving submissions, turn the form inactive instead.