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
web-forms
Web Forms v0.5.0, main branch at 4b31432
main
Chrome v131.0.6778.265
MacOs - Desktop
The following error pops up when refreshing a freshly uploaded form with a seed defined like this once(substr(decimal-date-time(now()), 8)).
seed
once(substr(decimal-date-time(now()), 8))
randomization
Video: https://github.com/user-attachments/assets/92848dc5-3b6d-4528-aaad-79daf1508ef7
It should not throw an error when reloading the form, and the randomization should work with a seed like once(substr(decimal-date-time(now()), 8)).
random
The text was updated successfully, but these errors were encountered:
Today, I tried the solution in this PR. I pulled, reinstalled, rebuilt, and ran the project, but the error still appears on reload.
Sorry, something went wrong.
No branches or pull requests
Web Forms version and package (e.g. are you using
web-forms
or only the engine?)Web Forms v0.5.0,
main
branch at 4b31432Browser and version
Chrome v131.0.6778.265
Device used
MacOs - Desktop
Problem description
The following error pops up when refreshing a freshly uploaded form with a
seed
defined like thisonce(substr(decimal-date-time(now()), 8))
.Steps to reproduce the problem
randomization
feature with aseed
. For example:sample form
Video:
https://github.com/user-attachments/assets/92848dc5-3b6d-4528-aaad-79daf1508ef7
Expected behavior
It should not throw an error when reloading the form, and the randomization should work with a seed like
once(substr(decimal-date-time(now()), 8))
.Other information
random
andseed
have already been implemented.The text was updated successfully, but these errors were encountered: