Having trouble with me on click
Here are 2 pages for example,
#1 http://www.theremotedoctor.co.uk/accaudi.html
#2 http://www.theremotedoctor.co.uk/facporsche.html
I am trying to self populate a form with a part number when the order button has been clicked.
The problem i am having is that i can only fetch one part number even if say 2,3 or 4 are available.
Example.
If you visit #1 link above you will see there is only 1 selectable item " Flip remote key pad"
When selected the image is then shown.
Click on Order & the form appears with the part number inserted Audi002
If you now visit #2 link above you will see there are 2 selectable items "Shell case 2 button & Shell case 3 button"
Do the same again in respect of viewing & order and no matter which you select you will see that only part number Porsche001 has been inserted.
This is the code that i have inserted but i do not know how to add/edit it for the second selectable item
<a href="http://form.jotformeu.com/form/50907214204344?partNumber=Porsche001" target="_new">
Thanks