Support multiple select fields in form submissions
This commit was merged in pull request #147.
This commit is contained in:
committed by
BehindTheMath
parent
d3447a95aa
commit
358b6f6836
@@ -56,7 +56,7 @@
|
||||
<br />
|
||||
|
||||
<label for="get-form-select">Select list:</label>
|
||||
<select name="select" id="get-form-select">
|
||||
<select multiple name="select" id="get-form-select">
|
||||
<option>
|
||||
Option 1
|
||||
</option>
|
||||
@@ -119,7 +119,7 @@
|
||||
<br />
|
||||
|
||||
<label for="post-form-select">Select list:</label>
|
||||
<select name="select" id="post-form-select">
|
||||
<select multiple name="select" id="post-form-select">
|
||||
<option>
|
||||
Option 1
|
||||
</option>
|
||||
|
||||
Reference in New Issue
Block a user