G
groups2
I have a form with a dropdown (select) menu a text input field and
some hidden values, along with an input botton that triggers an ajax
function that submits the form.
If the button is after the select statement, the chosen value of the
selection of the dropdown is posted. But if the button is before the
select statement, everything in the form is posted but the value of
the selection
Why would the select box be left out of the post ?
some hidden values, along with an input botton that triggers an ajax
function that submits the form.
If the button is after the select statement, the chosen value of the
selection of the dropdown is posted. But if the button is before the
select statement, everything in the form is posted but the value of
the selection
Why would the select box be left out of the post ?