How I can put required value for a field?

  • rmsimis17
    Asked on October 12, 2017 at 8:54 PM

    Hi I just make a form that calculates the age of a person and I want to have a condition there if the age is less than 18 then the form would show a require value must be above 18, or prevent the user from continuing, I am using the new form layout.

  • Nik_C
    Replied on October 13, 2017 at 2:47 AM

    You can make some other field required if the age is less than 18 by using the Required conditional logic:

    1507876885Screen Shot 2017 10 13 at 8 Screenshot 10

    You could also use show/hide condition to show a certain message for example if the age is less then 18, or hide the submit button page:

    1507877200Screen Shot 2017 10 13 at 8 Screenshot 21

    Hope it helps. 

    Let us know if you have any further questions.

    Thank you!