Hi gang,
Have a code question. I've taken the customer email dropdown menu and added it to an admin info box, along with a text input box for a monetary amount. The idea is to select the desired customer, enter an amount into the box, then submit the form and pass both values into a database table.
When I submit this form, only the amount from the input box is received. I've tried it with JavaScript and without. Can't get the selected customer to be recognized no matter what I do. However, testing my code outside of Zen works perfectly - both values are recognized by the form.
Any ideas on what I'm missing or doing wrong? Thanks for any suggestions! :)



