Files
QRForge-selfhosted/qrcode/forms/edit_static_form.php
T
Giandonato Inverso 86f32b6327 Add files via upload
2020-09-08 18:09:19 +02:00

11 lines
524 B
PHP

<fieldset>
<div class="col-sm-4">
<div class="form-group">
<label for="filename">Filename *</label>
<p>N.B. You can change the name of the file visible in the table, however a new qr code will NOT be generated</p>
<input type="text" name="filename" value="<?php echo htmlspecialchars($edit ? $static_qrcode['filename'] : '', ENT_QUOTES, 'UTF-8'); ?>" placeholder="Filename" class="form-control" required="required" id = "filename">
</div>
</div>
</fieldset>