Action Hook: Allows to print additional content after the Submit button for a form in the frontend.
File: src/db-objects/forms/form-frontend-output-handler.php
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::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.
Form_Frontend_Output_Handler::render_form_content()
Renders the content for a given form.
torro_can_access_form
Filter Hook: Filters whether a user can access a specific form, and optionally submission.