How can I set the date field so that the applicant is NOT required to use the pop up calendar?

  • Finnform
    Asked on June 8, 2015 at 10:49 AM

    If the applicant TYPES the date in in the format provided, the date is not captured and submitted.  The only way we receive a date is when the user selects the the date from the pop up calender.  I have tried to disable the pop-up caldendar and it is not disabled.  Can you please give me some guidance as to what I am doing wrong?  

    Thank you.

  • David JotForm Support
    Replied on June 8, 2015 at 12:46 PM

    Hi,

    To remove the calendar from the field, go into the properties of the relevant date field and select No for Calendar Popup

    How can I set the date field so that the applicant is NOT required to use the pop up calendar? Image 1 Screenshot 30

    To be able to simple enter the data into the field, you need to have "Lite Mode" set to "No":

    How can I set the date field so that the applicant is NOT required to use the pop up calendar? Image 2 Screenshot 41

    This should allow for entered dates to come through in the submission data.

    If it still does not, let us know and we will be happy to have another look.

  • Finnform
    Replied on June 8, 2015 at 4:08 PM

    Thank you; I have fixed the enter date with the Lite Mode correction.  I am surprised that the user is not able to just type in the date with Lite Mode on 'yes'.  In any case, it is capturing the date now.

    I am not sure what I should see when the 'pop up' date is set to 'NO'.  This is how it appears on the screen after I have set the Pop Up date to 'no.   I don't see that it disables the pop up date.  

    If I wish to disable the pop up setting, please advise if I need another setting or if I am doing something wrong.  

    Thank you, 

     

    How can I set the date field so that the applicant is NOT required to use the pop up calendar? Image 1 Screenshot 20

  • raul
    Replied on June 8, 2015 at 5:08 PM

    When you set the "Calendar Popup" option to no will make the date picker appear only when the calendar icon is pressed. By default the picker is shown when any part of the field is clicked.

    How can I set the date field so that the applicant is NOT required to use the pop up calendar? Image 1 Screenshot 30

    If you want to disable the date picker entirely, you can hide the icon by using custom CSS. For example, the code below will hide the icon on the Baptismal Date field.

    #cid_20 > span:nth-child(4){display:none;}

    How can I set the date field so that the applicant is NOT required to use the pop up calendar? Image 2 Screenshot 41