I have a simple one field form for a user to send an updated email address. I set it to required, that works. However I also have it set to Validate as an Email Address. However I can enter any random string and the value is submitted. Am I missing a setting or library or ???
I discovered that uSkinned creates it's own copy of the Scripts.cshtml file which points to the wrong file location for the forms scripts. I submitted a bug report.
Field validation ignored
I have a simple one field form for a user to send an updated email address. I set it to required, that works. However I also have it set to Validate as an Email Address. However I can enter any random string and the value is submitted. Am I missing a setting or library or ???
Hi Connie -
I noticed the same behavior with Forms 8.1.2. There is an open issue here:
https://github.com/umbraco/Umbraco.Forms.Issues/issues/173
Not yet assigned to a sprint as far as I can see.
-Paul
I discovered that uSkinned creates it's own copy of the Scripts.cshtml file which points to the wrong file location for the forms scripts. I submitted a bug report.
is working on a reply...