Hello is it possible if someone could tell me the easiest way to create a dynamic action url on a html form.
We have 2 text box’s and we would like to submit the information to a url like the following http://example.com/box1/box2/ but using the values contained within the forms text box’s.
I guess this would need to be done via java script or something but i have no idea as to how to go about it.
Any help on this would be appreciated
thanks
It’s very simple. All you need to do is to get the values from your script and then use header redirect. e.g.
or you can use PHP curl library if you do not want to do a redirect