Sets up all action and filter hooks for the service.
File: src/modules/form-settings/module.php
Module::filter_allow_get_params()
Filters whether to allow GET parameters to pre-populate form element values.
Module::filter_success_message()
Filters the success message for a completed form submission in the frontend.
Module::filter_submit_button_label()
Filters the label for the Submit button in the frontend.
Module::filter_next_button_label()
Filters the label for the Next button in the frontend.
Module::filter_previous_button_label()
Filters the label for the Previous button in the frontend.
torro_form_settings_register_assets
Action Hook: Fires when form settings assets should be registered.
Module::filter_show_container_title()
Filters whether to show the title of the current container in the frontend.
Module::get_default_success_message()
Returns the default message to display when a form submission has been completed.
Module::get_default_submit_button_label()
Returns the default label for the Submit button.