Appends the content for a form if conditions are met.
File: src/db-objects/forms/form-frontend-output-handler.php
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.
Form_Frontend_Output_Handler::get_shortcode_content()
Handles the form shortcode.
Form_Frontend_Output_Handler::get_deprecated_shortcode_content()
Handles the deprecated form shortcode.
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.
torro_form_submission_success_message
Filter Hook: Filters the success message to display once a form submission has been completed.