Table of Contents
Description #
This filter is available just before rendering the submit button. You can use this filter to hide the submit button.
apply_filters('fluentform_is_hide_submit_btn_'.$form->id, false);
Usage #
add_filter('fluentform_is_hide_submit_btn_10','__return_true');
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in app/Services/FormBuilder/Components/SubmitButton.php