Jump to content

Reading all the <option> values from a <select> form


pianoman993

Recommended Posts

Hello everyone I hope I have a fairly simple question here :)

 

Lets say I had a <select>..<option>1</option>..<option>2</option>..</select> type up setup. When the user clicks the submit button, is there a way I can read all those options and not just the ones selected?

 

Thank you for reading this!

- Mark

Link to comment
https://forums.phpfreaks.com/topic/168518-reading-all-the-values-from-a-form/
Share on other sites

Crap  :facewall: Well, I have 2 Select Boxes, and buttons inbetween that move selected options from one box to the other. After the form is submitted I want to get all the values that were in the box on the right :/

if its list box then before submitting you can select all by using javascript and the submit so that you can get all the values.

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.