17 Premium Addons Completely Free!!

Buy ARForms Now & Get

Grab the Deal

ARForms Blog

arf_prevent_duplicate_entry

1 min read

Usage:


add_filter('arf_prevent_duplicate_entry', 'your_function', 10, 3);
function your_function($error_message, $form_id, $values){
//$error_message Error Message to display.
$prevent_entry = true;
return $prevent_entry;
}





Parameters:




$error_message

Error Message to display to prevent form submission entry.




$form_id

Form ID.




$values

Array of fields entries.



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.