Filter Hook: Filters whether the container title should be displayed on the frontend.
File: src/db-objects/forms/form-frontend-output-handler.php
Form_Frontend_Output_Handler::get_current_container()
Gets the current container for a given form and submission.
Form_Frontend_Output_Handler::has_next_container()
Checks whether there is a next container.
Form_Frontend_Output_Handler::has_previous_container()
Checks whether there is a previous container.
Form_Frontend_Output_Handler::maybe_print_form_error()
Prints form errors in a notice if necessary.
Form_Frontend_Output_Handler::maybe_print_submission_errors()
Prints submission errors in a notice if necessary.
torro_form_button_class
Filter Hook: Filters the CSS class to use for every button for a form in the frontend.
torro_form_button_next_step_label
Filter Hook: Filters the label for the Next button for a form in the frontend.
Form_Frontend_Output_Handler
Class for handling the form frontend output.
Form_Frontend_Output_Handler::__construct()
Constructor.