Is there a way to add information to the post request which will be sent when I press the "save product" button? I have added some custom things to the product I need to transmit in order to process them (using the catalog_product_prepare_save event).
I have a dropdown menu next to a button, and when I press that button, I need to transmit the content of the dropdown via the request array so that I can receive the option selected in the observer I have registered.
Thanks a lot in advance
EDIT: I have a feeling there is something completely wrong about the way I'm approaching this, a nudge in the right direction would be much appreciated, I'm quite stuck atm.