We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a hidden field is added to a form which has multiple pages, the magic string [@url] only works if it's on the first page of the form.
This field is on the second page of a form:
If I move the field to the first page you can see that the value is populated as expected.
Great a form with multiple pages on it. Add a hidden field question to the second page and use a magic string
Look in the rendered form on the front end and the value will be [@url] rather than the page url.
Move that field to the first page of the form and view the source again, you'll see the value is correct and it shows the url as expected.
The text was updated successfully, but these errors were encountered:
Thanks for reporting @OwainWilliams, I can replicate and and see the issue. Will be resolved in the next patch releases.
Sorry, something went wrong.
Brilliant. Thanks @AndyButland
No branches or pull requests
If a hidden field is added to a form which has multiple pages, the magic string [@url] only works if it's on the first page of the form.
This field is on the second page of a form:
If I move the field to the first page you can see that the value is populated as expected.
Reproduction
Great a form with multiple pages on it.
Add a hidden field question to the second page and use a magic string
Look in the rendered form on the front end and the value will be [@url] rather than the page url.
Move that field to the first page of the form and view the source again, you'll see the value is correct and it shows the url as expected.
Bug summary
The text was updated successfully, but these errors were encountered: