How to make Input fields mandatory

  1. Can we make (Single) Input fields mandatory? Actually, I wish to use Forms for it but I cannot add icons to it and the fields are flexible in terms of size. Please recommend what shout I do?

  2. Also in that, how can I show error on filling the wrong format of an email (in text input field). I’m aware of Email validator in the ‘market place’ but that’s a button which doesn’t solve the purpose

Thanks in advance

  1. You can use conditional actions on the submit button to either go to a screen that displays an error under an empty text input or to the correct screen if the input was not empty.

  2. You can check if the input contains “@” and display an error if it doesn’t.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.