Trying this code.
Wanting the form to submit anytime there is a change in the select box. Can't get it to work..
<form action="submit_test.cfm" method="post">
<select class="select" name="test" onchange="form.submit()">
<option value="yes">yes</option>
<option value="no">no</option>
</select>
<br>
<br>
<input type="submit" name="submit" value="submit">
</form>
Wanting the form to submit anytime there is a change in the select box. Can't get it to work..
<form action="submit_test.cfm" method="post">
<select class="select" name="test" onchange="form.submit()">
<option value="yes">yes</option>
<option value="no">no</option>
</select>
<br>
<br>
<input type="submit" name="submit" value="submit">
</form>