17 Premium Addons Completely Free!!

Buy ARForms Now & Get

Grab the Deal

ARForms Blog

arf_prevent_auto_save_form

1 min read

Usage:


add_filter('arf_prevent_auto_save_form', 'your_function', 10, 2);
function your_function($flag, $form){

//Return flag conditionally to prevent auto save form progress.
if($form->id == 'FORM-ID') {
$flag = true;
}

return $flag;

}





Parameters:




$flag

Flag to prevent auto save form progress.




$form

Array of all form options.



facebook icon

Brian Denim

Brian is a WordPress expert with a decade of dev experience, a knack for technical writing, a film buff, and an outdoor enthusiast.

© 2024 Repute InfoSystems - All Rights Reserved.