FACG5 / unicornz

https://unicornz-app.herokuapp.com/
1 stars 1 forks source link

Signup page broken #99

Open maxgerber opened 5 years ago

maxgerber commented 5 years ago

All fields in the signup form (except for First Name) are of the input type "email", so the HTML5 client-side validation is not letting you submit the form without a valid email address on all the fields. Please use a mixture of input types:

...where appropriate. This is an extremely quick fix (it requires 5 word changes to the code) but it needs to be a matter of priority so that you can adequately present all of your hard work :+1:

Relates #71