adding another upload field
-
Hi,
I added another upload field within Apply Online Form by editing: job-application file and putting the below code:
$sjb_attach_whitecard = '<div class="form-group">' . '<label for="applicant_resume">' . apply_filters('sjb_resume_label', __('Upload Whitecard/Ticket', 'simple-job-board')) . '<span class="sjb-required required">*</span></label>' . '<input type="file" name="applicant_resume" id="applicant-resume" class="sjb-attachment form-control "' . apply_filters('sjb_resume_required', 'required="required"') . '>' . '<span class="sjb-invalid-attachment validity-note" id="file-error-message"></span>' . '</div>'; echo apply_filters('sjb_attach_resume', $sjb_attach_whitecard);
It’s showing fine in the front end, see here: https://prnt.sc/f47uxk
But after submitting the second file is not available in the back end, only resume, see here: https://prnt.sc/f47vhgHow to add another file in the back end?
Thanks,
Kashka
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘adding another upload field’ is closed to new replies.