View Categories

fluentform/form_styler

Table of Contents

Description #

This action runs before rendering the form styler.

/*
* Source Action
*/
do_action('fluentform/form_styler', $form_id);

Usage #

add_action('fluentform/form_styler', function ($form_id)
{
   // Do your stuffs here
}, 10, 1);

This code should be placed in the functions.php file of your active theme.

Source Code #

This action is located in fluentform/app/Views/frameless/show_preview.php