Add autocomplete #2
|
@ -206,12 +206,12 @@
|
||||||
|
|
||||||
<label for="tags">Tags:</label><span class="hint">(One tag per field or comma separated)</span><br>
|
<label for="tags">Tags:</label><span class="hint">(One tag per field or comma separated)</span><br>
|
||||||
<input type="text" list="list_tags" id="tags" name="tags[]" required>
|
<input type="text" list="list_tags" id="tags" name="tags[]" required>
|
||||||
<input type="button" id="add_tag" value="➕" onclick="javascript:add_input_tag();">
|
<input type="button" id="add_tag" value="➕" title="Add tag" onclick="javascript:add_input_tag();">
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<label for="receipts">Receipts:</label><span class="hint">(One receipt per field or comma separated)</span><br>
|
<label for="receipts">Receipts:</label><span class="hint">(One receipt per field or comma separated)</span><br>
|
||||||
<input type="url" id="receipts" name="receipts[]" required>
|
<input type="url" id="receipts" name="receipts[]" required>
|
||||||
<input type="button" id="add_receipt" value="➕" onclick="javascript:add_input_receipt();">
|
<input type="button" id="add_receipt" value="➕" title="Add receipt" onclick="javascript:add_input_receipt();">
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<label for="screenshot1">Screenshots:</label><span class="hint">(optional)</span>
|
<label for="screenshot1">Screenshots:</label><span class="hint">(optional)</span>
|
||||||
|
|
Reference in New Issue
Block a user