How to provide validation for Calendar

  • thyrocare
    Asked on January 7, 2015 at 8:19 AM

    i want to provide the validation for Calendar,

    E.g: Date should only select previous date from 1990. Should not select 2000 or 2015.

     

  • Carina
    Replied on January 7, 2015 at 10:43 AM

    You can achieve this by adding a condition that if date selected is greater than 1990 then show "warning message":

    How to provide validation for Calendar Image 1 Screenshot 20

    To prevent submission you can also add a condition to hide submit button or other required fields.

    You can test and clone the demo form: 

    http://form.jotformpro.com/form/50064070919957? 

    Let us know if we can assist you.