theme=default
show_form_title=no
form_title_tag=h3
show_required_fields_notice=no
field_desc_after_label=no
hide_form_on_success=yes
clear_form_on_success=yes
disable_honeypot=no
require_login=no
require_login_message={settings.require_login_message}
unique_field=
unique_field_message={settings.unique_field_message}
submissions_limit=0
submissions_limit_message={settings.submissions_limit_message}
List of form options:
theme
The form theme.
Accepts: default, dark or none
Default:theme=default
show_form_title
Show the form title when the form gets displayed.
Accepts: yes or no
Default:show_form_title=no
form_title_tag
The form title HTML tag.
Accepts: h1, h2, h3, h4, h5, h6, div, span or p
Default:form_title_tag=h3
show_required_fields_notice
Show the text "Fields marked with an * are required" at top of the form.
Accepts: yes or no
Default:show_required_fields_notice=no
field_desc_after_label
Show field descriptions after their label, if is set to no, field description will appear after the field.
Accepts: yes or no
Default:field_desc_after_label=no
hide_form_on_success
Hide the form when it gets submitted is successfully.
Accepts: yes or no
Default:hide_form_on_success=yes
clear_form_on_success
Clear all fields when it gets submitted is successfully.
Accepts: yes or no
Default:clear_form_on_success=yes
disable_honeypot
Add a honeypot field to prevent bots submissions.
Set this option to no to disable it. You can place custom honeypots using the field [honeypot] in the "Form" tab.
Accepts: yes or no
Default:disable_honeypot=no
require_login
Make the form only accessible to logged in users.
Accepts: yes or no
Default:require_login=no
require_login_message
Message displayed to not logged in users.
BBForms only displays this message if require_login is set to yes and the user is not logged in.
Accepts any text of your choice.
Default:require_login_message={settings.require_login_message}
unique_field
Limit form submission with a unique field value. With this option you can force a field to be unique, so no new submissions will be accepted for duplicated values of this field (ej: making an email field unique).
Leave it empty to disable this option.
IMPORTANT: This option requires the action [record] in order to work.
Accepts any text of your choice.
Default:unique_field=
unique_field_message
Message displayed when a duplicated value is found for a unique field.
BBForms only displays this message if unique_field is configured and there is a form submission with the same value for that field.
Accepts any text of your choice.
Default:unique_field_message={settings.unique_field_message}
submissions_limit
Add a limit of submissions to the form. Set it to 0 to disable this option.
IMPORTANT: This option requires the action [record] in order to work.
Accepts any integer number.
Default:submissions_limit=0
submissions_limit_message
Message displayed when the form has reached the submissions limit.
BBForms only displays this message if submissions_limit is configured and the form has reached the submissions limit.
Accepts any text of your choice.
Default:submissions_limit_message={settings.submissions_limit_message}