Skip to content

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.

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.

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.

SettingDefaultDescription
In-appOnShow a notification in the notification bell when a submission is received
EmailOffSend an email when a submission is received

The sharing section is available after the form has been published at least once.

A direct URL to the hosted form that you can distribute to anyone:

https://app.formramp.com/form/{formId}

Embed the form in a React application using the form-ramp-react npm package. See the package documentation for usage.

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.