Hey guys,
I have a form which has 4 fields. Basically I want to concatenate these all with a space in between before submitting another variable called "keyword" to a POST URL.
If you have a look at this website:
http://www.gotyres.co.nz
The calculator basically needs to join all the fields then submit to the search form on the right (which is for virtuemart). E.g.
205/50R16 87V
width: 205
profile: 50
tyre size: 16
speed rating: v
would concatenate to 205 50 16 v
This would then post to the action on the form on the right hand side. Ideas?
I have a form which has 4 fields. Basically I want to concatenate these all with a space in between before submitting another variable called "keyword" to a POST URL.
If you have a look at this website:
http://www.gotyres.co.nz
The calculator basically needs to join all the fields then submit to the search form on the right (which is for virtuemart). E.g.
205/50R16 87V
width: 205
profile: 50
tyre size: 16
speed rating: v
would concatenate to 205 50 16 v
This would then post to the action on the form on the right hand side. Ideas?