Jump to content

how can I have SELECT menu populate hidden field thru javascript/php...?


mac007

Recommended Posts

Hi, guys...

 

have a quick question: I have a SELECT menu where people can choose from a group of options. Lets call this menu "sizes". I want to be able to pass the value selected in this menu, into a hidden field "Description". In other words, this hidden "Description" field holds the general info for the item, like "Blue Shirt", and now I want the "sizes" values (Small,Medium,Large), to be included in this field after is selected, so that in the end, once "Description" is passed over,  it will read "Blue Shirt Small". 

 

I figured it could be done with an "OnClick" or "OnRelease" kind of command on the SELECT menu, that will process the value, which then can be added with php into this "Description" field ...??  not sure if I am making sense... plus doing it this way I wouldnt have to refresh page either...?

 

welcome any feedback!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.