Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

183
Views
i need to disable default validation of input type='email'

I need to disable default validation of input type='email' like if I don't write '@' or 'gmail.com' it show me default validation pop up I need to disable it and create my own pop up for show it using html of JS

about 4 years ago · Juan Pablo Isaza
3 answers
Answer question

0

use "novalidate"

"input type="email" novalidate/"

make it type="text" Why you using the mail type, if you don't need its p

about 4 years ago · Juan Pablo Isaza Report

0

you can change the input type from email to text, after that you can get input data with input Event listener

about 4 years ago · Juan Pablo Isaza Report

0

Use formnovalidate property for input:

<input type="email" formnovalidate="formnovalidate" />

https://www.w3schools.com/tags/att_input_formnovalidate.asp

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!