I have a form that is dynamically generated with php but I am trying to code for it to email the differnt color options of a product. My problem is this.. if they choose 10 products in form then they can choose a different color for each one and I have these form names generated by the script...
p1_options_pitcher2
p1_options_pitcher3
p1_options_pitcher4
p1_options_pitcher5
p1_options_pitcher6
p1_options_pitcher7
p1_options_pitcher8
p1_options_pitcher9
p1_options_pitcher10
Example of 2 products chosen's form output..
NOw my question is this... Is there any way to get a form to accept ANY form field field posted to it? What I am trying to say, is that I do not want to code for 50 like this...
What if someone orders 51? I do not know how to ask this really but surely someone understands what I am asking. Working on
http://www.somethingsouthernpottery....ts_testing.htm order first product to see what I am doing.