Table of Contents
Description #
This action fires when loading the form asset.
/*
* Source Action
*/
do_action('fluentform_load_form_assets', $formId);
Usage #
add_action('fluentform_load_form_assets', function ($formId)
{
// Do your stuffs here
}, 10, 1);
This code should be placed in the functions.php file of your active theme.
Source Code #
This hook is located in /fluentform/app/Hooks/Common.php