I’d like to create a very simple form which has one field where you can enter a 5 digit number – e.g. 12345. When you submit the form, I’d like the page to redirect to http://www.website.com/12345
I’m sure it must be fairly simple, but I’ve not been able to find the answer anywhere!
Very grateful for any help.
Thanks,
Andrew
There are several things that could be prettier than this (such as extracting it to a function of its own, say) but this is in essence what you want to do.