• How to add a DATE PICKER js or something into a Eform#

  • jalcantara Reply #1, 9 months ago

    Reply
    Hi guys! Hope everybody has a lots of coffee in their system! Anyway my issue here:

    I'm Using Eform and I need a Date Field. I'm using a drop down for the month-day-year plus another drop down for the time. Is any way I can use like a Date Picker so user just does one click instead of 4?

    Thank you


  • sottwell Reply #2, 9 months ago

    Reply
    Yes, you can just add what is needed for the javascript you choose in the tpl. As long as the necessary libraries are loaded, it will work just fine. I've added date pickers, rich text editors, multiple file upload widgets, anything you might want. A snippet is handy to load the necessary libraries using regClientStartupScript() (or the Revo equivalent of same) so that it's only loaded for that page.