Php contact form with date picker

Hi all I am working on a website and was looking for a php contact form that can contain a datepicker and then email the form info and the dates from the date picker.

Does anyone know of any such scripts.

thanks inadvance
R

Can you provide an example of what a date picker is?

A calendar perhaps ??

http://www.plus2net.com/php_tutorial/php_calendar.php

I was looking for something along the lines of this here http://www.javascriptkit.com/script/script2/tengcalendar.shtml but with just one and then when the date is selected it is added to the form to be sent by email.

thanks
R

That date picker is horrible, in a popup like that. Much nicer would be one that just appears next to the text input. This one looks nice: http://kelvinluck.com/assets/jquery/datePicker/

yes thats what exactly what I wanted but I an unsure on how to get it to my form that the message is sent to.

I thought there may have been a ready made one that I could purchase somewhere.

Use something like this: http://www.safalra.com/programming/php/contact-feedback-form/
Other PHP contact forms you can find on google: http://www.google.co.uk/search?q=secure+contact+form+php&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a
Then on that site of the date picker script follow the instructions on how to embed it into a contact form.

I made a slightly different type of datepicker, which you may use if you want:
http://candyscript.com/projects/minikit/samples/date.html