Jump to content

DropList + hidden value from same row


Recommended Posts

Can anyone help ! I am building a record insertion page and have come across a problem when adding records. I need to add records from a drop down list that includes a hidden value that is associated with the seleced item from the drop down list.

Example, if I select 'Country_name' from the list I also want to include the 'country_id' from the same row when I insert the record. I have a Hidden field in the form next to the dropdown list with the value <?php echo $row_countrys['country_id']; ?> but this is selecting and inserting the first 'country_id' from the table and never the right corresponding id with the selected country. Is there a way to include a hidden value that corresponds to a selection on a dropdown list ?

I would really appreciate help on this as I have spent 5 days already trying to get this to work..

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.