Forum
datepicker in form app
Will a query, javascript date picker work in a form in the form app? Have tried numerous versions and although some work in normal form I can't get them with the perch:form.
Is this just impossible?
Denise
Will a query, javascript date picker work in a form in the form app? Have tried numerous versions and although some work in normal form I can't get them with the perch:form.
Is this just impossible?
Denise
Hi Denise
It's totally possible. I would get an plain old html page working first then convert to Perch. It saves a lot of hassle. At the end of the day a Perch form is just the same as an html form once it hits the browser.
I'm currently using the Bootstrap datepicker.js on this development site: https://staging.embersfireplaces.co.uk/fireplace-servicing
Look to see if you've got any Javascript errors in your web browser's console. A non-loading external file is often the culprit.
The javascript just picks up the class of "datepicker dropdown" and then does its work.