Good, I would like to know how I could do for javascript if an email field is not filled in, please put it on the phone, and vice versa
Teléfono:<br> <input id="inputTelf" name="telf" type="number" min="111111111" max="999999999" autocomplete="off">
Email:<br> <input id="inputEmail" name="email" size="20" type="email" autocomplete="off">
Thank you.