Hello,
I have a db reader set up in the onLoad action. Here's what the array looks like.
[attachment=0]prodarray.jpg[/attachment]
I use data from this array to dynamically load a drop down selection which will pass the productASIN upon submit. However, I also want to pass the productName on submit but can't seem to get the data.
[attachment=1]prodname.jpg[/attachment]
I've tried a variety of productName = $_GET[...] statements but none work. Can you tell me what I'm doing wrong?
Thanks for your help,
Chris
I have a db reader set up in the onLoad action. Here's what the array looks like.
[attachment=0]prodarray.jpg[/attachment]
I use data from this array to dynamically load a drop down selection which will pass the productASIN upon submit. However, I also want to pass the productName on submit but can't seem to get the data.
[attachment=1]prodname.jpg[/attachment]
I've tried a variety of productName = $_GET[...] statements but none work. Can you tell me what I'm doing wrong?
Thanks for your help,
Chris
Hi Chris,
The dropdown passes the "option" value, you can set it to any field your like, if you want to pass both the name and the number then you will need to concatenate them before you send them to the dropdown.
Best regards,
Max
The dropdown passes the "option" value, you can set it to any field your like, if you want to pass both the name and the number then you will need to concatenate them before you send them to the dropdown.
Best regards,
Max
This topic is locked and no more replies can be posted.