• Hello. How to make the fields required on the form. I don’t want visitors to be able to submit blank fields in forms

    <div class="contacts">
    [text name-2 placeholder "Ваше имя"]
    
    [tel fphone placeholder "+7(___)___-__-__"]
    
    <input class="submit action-button" disabled="disabled" name="fsubmit" type="submit" value="Отправить" /><br />
    <br />Мы гарантируем 100% конфиденциальность. Ваша информация не будет распространяться.
    </div>
Viewing 1 replies (of 1 total)
  • Hello @zsebg

    To make any field required you need to add * after the field type.

    Ex:
    [text* name-2 placeholder "Ваше имя"]

    [tel* fphone placeholder "+7(___)___-__-__"]

    See here.

    • This reply was modified 4 years, 11 months ago by Jainil Nagar.
Viewing 1 replies (of 1 total)
  • The topic ‘Required on the form’ is closed to new replies.