I am creating a reservation form for a website, they want a drop down for the dates not a calendar, I’m going to just use gravity forms.
I need a list of Days and months, e.g.
Sunday 1st May
Monday 2nd May
Tuesday 3rd May
I’m in the UK if that makes a difference 🙂
Thanks
Ricky
you could easily create such a list on your own – for example using php:
just change the
$startand$endin the script-section. note that you’ll have to constantly replace your csv-file to have current dates available without having a too long list – so this really sounds like a bad idea. instead, you should solve this in code (wich isn’t that hard a s you can see) and automatically fill the dropdown with options.