Filter Hook: Filters the label for the Next button for a form in the frontend.
File: src/db-objects/forms/form-frontend-output-handler.php
torro_form_button_submit_label
Filter Hook: Filters the label for the Submit button for a form in the frontend.
torro_form_button_primary_class
Filter Hook: Filters the CSS class to use for a primary button for a form in the frontend.
torro_form_submit_button_before
Action Hook: Allows to print additional content before the Submit button for a form in the frontend.
torro_form_submit_button_after
Action Hook: Allows to print additional content after the Submit button for a form in the frontend.
torro_form_button_prev_step_label
Filter Hook: Filters the label for the Previous button for a form in the frontend.
torro_form_container_show_title
Filter Hook: Filters whether the container title should be displayed on the frontend.
Form_Frontend_Output_Handler::get_current_container()
Gets the current container for a given form and submission.
Form_Frontend_Output_Handler::maybe_enqueue_frontend_assets()
Enqueues the frontend stylesheet if necessary.
{$this->form_manager->get_prefix()}load_frontend_css
Filter Hook: Filters whether to enqueue the plugin’s bundled CSS file for forms in the frontend.