I am putting together a simple form, which I don’t require to do anything but pass on the values selected in the select fields onto URL segments.
I’m a bit stuck on how to go about this.
I want to pass date values on (year, month, day), so that the URL may end up like this:
http://www.mysite.com/2013/12/12/.
Any suggestions?