That's brilliant thanks Nick. I was looking for this for ages.
I have another similar query, please advise if this is possible.
when the reservation is clicked I require it to open an external site , the syntax would be
http://www.theothersite.co/Display.html?id=172653The id number would need to be populated by rsv-req field so i'm guesing the url would be something along the lines of
http://www.theothersite.co/Display.html?id=<?php echo $_GET['Title']?>
Can you advise where I can find this link ?
Thanks very much,
Stu