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
  1. <div class="custom-file margin-bottom-10">
  2. <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][]">
  3. <label class="custom-file-label" for="<?php echo $input_id; ?>"></label>
  4. <input type="hidden" name="data[file][][required]" value="<?php echo isset($required) ? $required : 0; ?>">
  5. </div>