Form Help

Hi all, I’m trying to add a date field to a form, but have no idea how to go about it.

The form is being sent to an email when submitted and what I have in place of the date at the moment is a text input type. Can anyone give me help on how to create maybe a dropdown for arrival and departure dates, or help me get some sort of calendar implemented into a form.

Thanks.
Al.

HTML5 has a new element that can do that, though it’s not well supported yet. The alternative is to use a JavaScript date picker.

Here is a useful link:

http://www.html5tutorial.info/html5-date.php