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

[4.x] Ensure submission values take precedence over globals data #9698

Conversation

duncanmcclean
Copy link
Member

This pull request makes it so submission values take precedence over global set values when using Antlers variables in form email configurations.

In the case of #9696, since global sets called global don't need name-spacing and the global set had an email field, it conflicted with the email field present in the form submission.

Fixes #9696.
Related: #8892 and eacf874.

@jasonvarga jasonvarga merged commit bb20f78 into 4.x Mar 11, 2024
36 checks passed
@jasonvarga jasonvarga deleted the fix/global-set-variables-sometimes-overriding-submission-variables branch March 11, 2024 16:04
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.

Global variable overriding form submission value
2 participants