-4
want to make that a input
be mandatory, example, I ask xxxxx, and the person clicks on continue and erroneo, I want to get out a text saying "put your xxxx:"
<input type="email" id="user_id" name="user_id" placeholder="" autocomplete="on" autocapitalize="none" spellcheck="false" autocorrect="off" class="andes-form-control__field" maxlength="120" autofocus="">
required in input
– Lucas Antonio
If you want the form not to be submitted, add the attribute
required
no input, however if you want to display some error message you will have to use Javascript.– Vinicius De Jesus
I think I got it because if I don’t type anything by clicking on move on not Vanca and if I type anything see it also not Vanca,. If I do an email, how do I get it to display an error message by talking to collect the email? - marceloquiroga 2 mins ago Edit Remove
– marceloquiroga