Support multiple select fields in form submissions

This commit was merged in pull request #147.
This commit is contained in:
Robin North
2018-04-12 11:08:59 +01:00
committed by BehindTheMath
parent d3447a95aa
commit 358b6f6836
2 changed files with 33 additions and 8 deletions

View File

@@ -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>