Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
| 123456 |
- <div class="custom-file margin-bottom-10">
- <input type="file" class="custom-file-input field-file field-survey-file field-survey-<?php echo $input_id; ?> <?php echo $extra_class; ?>" id="<?php echo $input_id; ?>" name="data[file][]">
- <label class="custom-file-label" for="<?php echo $input_id; ?>"></label>
-
- <input type="hidden" name="data[file][][required]" value="<?php echo isset($required) ? $required : 0; ?>">
- </div>
|