Hi,
I have searched all over the board and tried a few things, but I am trying to get a dropdown filter in a connectivity list working. It works fine when the submit button is pressed, but I would like it to automatically filter when a new dropdown item is selected.
The code I have entered into the front list -> list display -> header code (Table) is
I have searched all over the board and tried a few things, but I am trying to get a dropdown filter in a connectivity list working. It works fine when the submit button is pressed, but I would like it to automatically filter when a new dropdown item is selected.
The code I have entered into the front list -> list display -> header code (Table) is
<select name="fltr[modelgriev][status]" onChange="this.form.submit()" class="form-control A">
<option value="">Any Status</option>
<option value="status1">Status 1</option>
<option value="status2">Status 2</option>
<option value="status3">Status 3</option>
</select>
<br>
<input type="submit" name="submit" value="Submit" />
This topic is locked and no more replies can be posted.