I’m using the double calendar on a Wordpress site, and trying unsuccessfully to incorporate it into a PHP contact form. I would like for the user to be able to select the start date, end date and have those dates then emailed along with the data from the rest of the form fields…
Any help would be most appreciated.
Hello,
here is the sample of double calendar:
dhtmlxCalendar/samples/01_initialization/03_calendar_dbl.html
However, you may also use 2 single calendar instead of it:
dhtmlxCalendar/samples/01_initialization/07_calendar_sensitive.html
Thanks for your reply and links to samples. I had seen the first one before, however I still don’t understand how to get the data from the calendar included in the email sent out by my php contact form…any pointers would be gratefully received.
Hi… Just wanted to let you know I figured it out with the help of your response in this thread…
http://forum.dhtmlx.com/viewtopic.php?f=7&t=13766&p=49344&hilit=double+calendar#p49344
Thank you!