gravityforms-repeater
gravityforms-repeater copied to clipboard
Uncaught TypeError: Cannot read property 'required' of undefined
Everything was working fine with the plugin (Which is clutch, by the way. Super helpful) until I added some conditional logic and this JS error broke the entire form. The form now has an inline display: none applied to it.
The culprit seems to be this line:
if (childInfo['required']) { childRequired = true; }
I'm not using any conditional logic, but I am getting the same error.
I think I just fixed this by using jQuery 3.1 instead of 1.12.x.
EDIT: Using jQuery 3.1 (https://code.jquery.com/jquery-3.1.0.min.js) does not fix the issue.
I simply defers the exception. Issue still exists.
I'm not using conditional logic or an AJAX form. Error is on line 97: q.required && (F = !0),