Undefined $element javascript error
-
To fix, change line 119 from
var element = $(this);
to
var $element = $(this);
https://wordpress.org/plugins/gravityforms-html5-validation/
The topic ‘Undefined $element javascript error’ is closed to new replies.