1
Good evening, how do I submit a form with select without the Ubmit button? For example, to create a filter that when selecting the option it automatically submits the form without having the Submit button.
My form is like this:
<form class="form-inline left" method="POST">
<div class="form-group">
<label for="listar">Listar por</label>
<select id="filtro" name="filtro" class="form-control">
<option value="professor">Professor</option>
<option value="assunto">Assunto</option>
</select>
</div>
</form>
Vinicius, I noticed you never marked how I accept an answer to your question. It is advisable to do so, who helps you receive points for having given the answer that best solved your problem. You can read more about this at the meta: http://meta.pt.stackoverflow.com/q/1078/129
– Sergio