I am converting a site to EE that has a enrollment form. On this form there is drop downs for a user to select a trip type. On trip pages there are links that bring the user to this page and automatically select the appropriate trip from the drop down. The site is done in coldfusion and it is accomplishing this by passing the ID in the URL. Something like this:
/reservations/step1.cfm?TripID=33
So, how can I replicate this in EE? I would likely be using Freeform. I would also like to use friendly urls if possible. So, I am thinking there might be a way to do it with segments?