Validation Not working if admin required fields are present on form.
-
Hi,
I was unable to make real validation working so i made below changes in my code plugin
File Name : real-time-validation-for-gravity-forms/public/class-gravity-forms-live-validation.phpLine number 154
function “get_validation_string”add the below code snippet:
if($field->adminOnly){
return;
}Let me know if you can add in plugin and update it or have more cleaner code.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Validation Not working if admin required fields are present on form.’ is closed to new replies.