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
This is fixed by adding onsubmit="return false;" but I don't know if this has other consequences that need to be considered.
onsubmit="return false;"
The text was updated successfully, but these errors were encountered:
I was able to reproduce this bug on Edge as well. Doesn't happen in Chrome.
Sorry, something went wrong.
The correct way to fix this is to add a call to event.preventDefault() in the submit function of survey-text.
survey-text
I checked out other trials such as survey-multi-choice and they already have this in their code, so I think it was just missed by mistake.
survey-multi-choice
@jodeleeuw It looks like they'll have this fixed in 6.0.6, but you can make the fix yourself as shown in the pull request that I've submitted.
fixed in #613
No branches or pull requests
This is fixed by adding
onsubmit="return false;"
but I don't know if this has other consequences that need to be considered.The text was updated successfully, but these errors were encountered: