Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Gravity Forms Ajax enabled submissions aborting when show title or description enabled #782

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

richardW8k
Copy link

@richardW8k richardW8k commented Jan 18, 2025

With Gravity Forms 2.9.2, when the show title or show description toggles are enabled, along with the use Ajax toggle in the widget settings, submissions are aborting and display the default confirmation text used by new forms. The submissions are failing the new hash validation for the gform_ajax input, which contains the embed settings.

This resolves that issue by converting the string-based values of those toggles (e.g. yes) to the expected booleans before they are passed to gravity_form().

Gravity Forms support currently has 7 tickets about this issue.

@rudlinkon rudlinkon self-assigned this Jan 19, 2025
@ashikur-23
Copy link

Hi @richardW8k ,
Greetings! Thank you for bringing this to our attention.

We’re already aware of the issue, and our team is actively working on it. Hopefully, we'll be releasing a new version that will include a fix for your issue. In the meantime, you can check the fix here .

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants