Can anyone tell me how I can input only one email with one 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>