Giuseppe Criscione d3e591f7c9 Initial commit
2018-06-16 16:41:58 +02:00

3 lines
273 B
PHP
Executable File

<?php if ($field->has('label')): ?><label for="<?= $field->name() ?>"><?= $field->label() ?></label><?php endif; ?>
<input id="<?= $field->name() ?>" name="<?= $field->name() ?>" value="<?= $field->value() ?>"<?php if ($field->get('required')): ?> required<?php endif; ?>>