
I have followed your instructions in the thread about forms to make my dates clickable to create a form with METHOD="get" which feeds into my ecommerce system. It's been working great.
Now I need to pass a little more data to my ecommerce system via that form and the URL query string; the data would be used to show different options to the user (further down the line in the purchase - and no longer in an ajax availability calendar page). The data I need to pass across is the booking state.
So I have been trying (and failing) to create a field in the form that picks up the booking state of the date clicked. Do you have any suggestions about how to achieve this please?