Open relwell opened 1 year ago
Describe the bug Can't submit the confirmation form because of a javascript error:
An invalid form control with name='' is not focusable.
To Reproduce Steps to reproduce the behavior:
Expected behavior
Versions (please complete the following information):
Additional context Adding novalidate to the form should do the trick. It's the workaround I'll be using for now.
novalidate
Thanks for reporting. I'll try updating the html or scripts that a loading for the confirmation page.
A PR is also welcomed from anyone in the community. Thanks :)
Describe the bug Can't submit the confirmation form because of a javascript error:
To Reproduce Steps to reproduce the behavior:
Expected behavior
Versions (please complete the following information):
Additional context Adding
novalidate
to the form should do the trick. It's the workaround I'll be using for now.