Filters the label for the Previous button in the frontend.
File: src/modules/form-settings/module.php
Module::filter_next_button_label()
Filters the label for the Next button in the frontend.
Module::filter_submit_button_label()
Filters the label for the Submit button in the frontend.
Module::filter_success_message()
Filters the success message for a completed form submission in the frontend.
Module::filter_allow_get_params()
Filters whether to allow GET parameters to pre-populate form element values.
Module::setup_hooks()
Sets up all action and filter hooks for the service.
torro_form_settings_enqueue_form_builder_assets
Action Hook: Fires when form settings assets for the form builder should be enqueued.
Module::get_default_previous_button_label()
Returns the default label for the Previous button.
Module::get_default_next_button_label()
Returns the default label for the Next button.
Module::get_default_submit_button_label()
Returns the default label for the Submit button.