Form settings
Everything about a form that is not a field. Click the gear icon in the top bar of the builder to open it.
The modal shows the form’s public ID (fixed, because links depend on it), the Form name and its Folder, and groups the rest into the sections below.
Availability
Section titled “Availability”- Share URL (optional): where you actually placed this form. See Sharing a form.
- Allow on your public Sliick Edge address: off by default. Ticking it is what puts this form on your connected Sliick Edge address; the line underneath names the exact address it would produce. See Hosting on Sliick Edge.
- Open from and Close at: an optional scheduled window.
- Close after this many responses: an optional response cap.
- Embed allowlist and CORS allowlist: which sites may put this form in a frame, and which may fetch its data from a script. See Embedding a form on your own site.
Whether the form is accepting responses right now is not here: that is the state pill in the top bar. See Accepting responses.
A scheduled window and a response cap both produce their own notice for respondents. See Accepting responses.
After submit
Section titled “After submit”- Success message: what respondents see when they are done.
- Show a review step before submit: respondents get a summary of their answers with edit links before the final submit.
- Redirect after submit: an optional URL to send them to instead.
Notifications and integrations
Section titled “Notifications and integrations”- Notify these emails on every submission, comma separated.
- Send the respondent a confirmation email, chosen from the form’s Email-type fields, or Off.
- Webhook URL: receives a signed POST on every submission.
Notification and webhook sends both swallow their own failures by design, so a bad address or a down endpoint can never block a submission from being staged.
Note: this modal is the only place that validates these settings, so a malformed email address or a webhook URL that is not
https://is rejected here rather than failing silently later.
Record types
Section titled “Record types”Listed only where a mapped object has more than one active record type, and publishing is blocked until each one is chosen. See Record types.
Object model
Section titled “Object model”Which object the form is mostly about, and which lookup joins two of them. Absent for a form that maps to a single object, since there is nothing to ask. See The form’s object model.
Each form has its own theme panel. See Themes and branding.
If a control here is greyed out, your permission set has read access to the field behind it but not edit access, and the hint under the control names the exact field to ask your Salesforce administrator for. Everything else still saves normally, and the locked control is withheld rather than silently discarded.