Form Settings
The Settings tab controls form metadata, publishing, theme overrides, notifications, and sharing.
The display name for the form as it appears in your team’s form list.
Publishing
Section titled “Publishing”Click Publish Now to snapshot the current form - its screens, layout, and functions - as the published version. End users always see the published version; draft changes have no effect until you publish again.
The Last Published field shows when the form was last published. If it reads Never, the form has not yet been made available to end users.
Embeddable By
Section titled “Embeddable By”Restricts which origin is permitted to embed this form in an <iframe>. Enter the full origin URL, for example https://example.com. Leave blank to allow embedding from any origin.
This setting is enforced by the server and applies to iframe embeds only.
Override the team’s default theme for this specific form. You can set separate themes for light mode and dark mode. Select Team Default to inherit the team’s active theme.
Notifications
Section titled “Notifications”| Setting | Default | Description |
|---|---|---|
| In-app | On | Show a notification in the notification bell when a submission is received |
| Off | Send an email when a submission is received |
Sharing
Section titled “Sharing”The sharing section is available after the form has been published at least once.
Share link
Section titled “Share link”A direct URL to the hosted form that you can distribute to anyone:
https://app.formramp.com/form/{formId}React embed
Section titled “React embed”Embed the form in a React application using the form-ramp-react npm package. See the package documentation for usage.
iframe embed
Section titled “iframe embed”Embed the form in any HTML page using a standard <iframe>:
<iframe width="100%" height="100%" style="border:none;" src="https://app.formramp.com/embed-form/{formId}"></iframe>The embed URL serves the published form state. Domain restrictions set in Embeddable By are enforced for iframe embeds.