VLCTechHub / VLCTechHub-site

VLCTechHub site
https://vlctechhub.org
MIT License
24 stars 28 forks source link

Use email input type on the email field of the job submission form #97

Closed shakti97 closed 5 years ago

shakti97 commented 5 years ago

I think we should validate each field like email should contain a valid email other than any string , company url must be a url etc

DavidHernandez commented 5 years ago

Most of the fields are already validated using HTML5 input types. In particular, the e-mail field has no validation. This should be changed. I will need to review the others.

I will update this issue accordingly.

lukasleeyo commented 5 years ago

Hello there, I have submitted a pull request regarding this issue. Please verify the changes. Thanks :)