2
Could someone tell me how to do input only accept an email with a certain domain and reject another ?
Ex:
[email protected] - ok
[email protected] - erro
HTML
<input type="text" name="nome" class="txt_input first_input" placeholder="Nome" required>
<input type="email" name="email" class="txt_input" id="email" placeholder="E-mail" required>
<input type="email" name="confirmaEmail" class="txt_input" id="confirma-email" placeholder="Confirmar e-mail" required>
Answer with jQuery worth?
– Wallace Maxters
yes worth :D all help is welcome
– Murilo Melo