Hi,
basically im trying to make a booking form where the customer adds dates, number of people etc
and i need the output to do a redirect as a url string depending on what the customer has added
so for example
1 room, 2 adults
the url would be http://bookings.com/numberOfAdults=2&numberOfRooms=1
etc etc... is this possible via on_sent_ok:
cheers
Ben