Action Hook: Fires when form assets should be enqueued in the frontend.
File: src/db-objects/forms/form-frontend-output-handler.php
Form_Frontend_Output_Handler::print_notice()
Prints a notice with a message to the user.
Form_Frontend_Output_Handler::get_notice_class()
Gets the CSS class to use for notices.
{$this->form_manager->get_prefix()}form_notice_class
Filter Hook: Filters the CSS class to use for notices.
Form_Frontend_Output_Handler::get_nonce_action()
Returns the name of the nonce action to check.
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.
torro_form_button_submit_label
Filter Hook: Filters the label for the Submit button for a form in the frontend.