PDF Form the pop-up calendar icon does not work

  • kdoell
    Asked on September 19, 2019 at 5:51 PM
    4. When I download the PDF, the calendar icon does not work.
  • jonathan
    Replied on September 19, 2019 at 6:07 PM

    Unfortunately this is not possible yet in the PDF Form version.

    The Date Picker calendar pop-up will only work in the web form version.


  • kdoell
    Replied on September 20, 2019 at 10:43 AM

    Ok, thanks. Is there a way to remove the calendar icon in the PDF form, while keeping the three boxes for month, date, and year?

  • stevenmarshall
    Replied on September 20, 2019 at 11:39 AM

    Hi @kdoell,

    Unfourantly, there is not a way to remove the calendar icon in the PDF Form it would require injecting CSS code but not able to with a PDF Form.

    Here is the CSS code to just hide the Calendar Pop-up and calendar pop-up icon on a web version form.

    .calendar.popup {

        display: none !important;

    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Please let us know if you have any further questions.

    Thank you