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 FluentForm\App\Services\FormBuilder\Components\SubmitButton -> compile($data, $form)