Skip to content
Snippets Groups Projects
Commit 12eae94e authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

submit form

parent 00c8c8c6
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
<div class="row">
<div class="col-6 col-md-2 border-right shopsFilters">
<h3>Filtres</h3>
<form method="get">
<form method="get" name="filterForm">
<div class="form-group">
<label>Example multiple select</label>
<select multiple class="form-control" name="blocs[]">
......@@ -40,7 +40,7 @@
?>
</select>
</div>
<div class="mc-button normal" onclick="javascript:this.form.submit();">
<div class="mc-button normal" onclick="document.forms['filterForm'].submit();">
<div class="title">Rejoindre</div>
</div>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment