Bug found
-
I found an issue. When using gravity forms SMS Verification it’s not working good when the gravity forms AJAX is enabled. After you click on submit button without fill any field it reload the page and give error in console “jquery is not defined”. The problem persists when using Gravity Forms with Ajax enabled. For example, with the shortcode?
[gravityform id="1" title="false" ajax="true"]
, the issue occurs. However, setting Ajax to false?[gravityform id="1" title="false" ajax="false"]
?resolves the problem. The issue seems to be with the OTP plugin since Ajax is a core function of Gravity Forms. You can check the documentation here:?Gravity Forms Shortcodes. Please consult your developers to address this bug quickly.
- You must be logged in to reply to this topic.