Table of Contents
Description #
This filter is available just before rendering the form. You can use this filter to modify the form object.
apply_filters('fluentform_honeypot_name');
Usage #
The following would apply to all forms:
add_filter('fluentform_honeypot_name', function(){
});
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in app/Modules/Form/HoneyPot.php