1
I need to receive these values without there being a button, just by clicking on the field. The select
has more than 50 option
from a PHP loop.
<select>
<option value="campo1">campo1</option>
<option value="campo2">campo2</option>
<option value="campo3">campo3</option>
...
</select>