You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 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>
|