Understand and configure global settings for your Formora forms, including title, description, submission actions (success message/redirect), and publication status.
Accessing Form Settings in the Builder
Form Title
Form Description
Form URL / Slug
formora.site/f/your-form-id
). Some plans or settings might allow customization of this slug for more branded or memorable URLs.Success Message
Redirect URL (Redirect on Completion)
redirect_url
property.https://yourwebsite.com/thank-you
).Submission Limits & Scheduling
layout_type
): Choose between single_page
or multi_page
(or similar options for multi-step forms).theme
): Select a visual theme (e.g., “light”, “dark”, or other predefined styles).primary_color
): Set the main accent color for buttons, highlights, etc.font_family
): Choose the typography for your form text.show_branding
): Depending on your plan, you may be able to hide Formora branding from your forms.custom_css
) & Custom JS (custom_js
): For advanced users on certain plans, options to add custom CSS for styling and custom JavaScript for tracking or extended functionality.published
): The published
status (a boolean toggle) determines if your form is live and accessible to users. Publishing a form makes all its current settings (including layout, fields, and form settings) active.