Title: adding another upload field
Last modified: May 4, 2017

---

# adding another upload field

 *  Resolved [theuxdes](https://wordpress.org/support/users/theuxdes/)
 * (@theuxdes)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/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: [http://prnt.sc/f47uxk](http://prnt.sc/f47uxk)
   
   But after submitting the second file is not available in the back end, only resume,
   see here: [http://prnt.sc/f47vhg](http://prnt.sc/f47vhg)
 * How to add another file in the back end?
 * Thanks,
    Kashka
    -  This topic was modified 9 years, 1 month ago by [theuxdes](https://wordpress.org/support/users/theuxdes/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [PressTigers](https://wordpress.org/support/users/presstigers/)
 * (@presstigers)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/adding-another-upload-field/#post-9099657)
 * Kashka,
 * It’s not showing because you are just displaying it on the front-end. Please 
   write the code for backend as well.
 * Please customize the code in the following files:
    simple-job-board/includes/
   class-simple-job-board-ajax.php simple-job-board/includes/class-simple-job-board-
   applicants.php
 * Thanks & Regards,
    PressTigers
 *  Thread Starter [theuxdes](https://wordpress.org/support/users/theuxdes/)
 * (@theuxdes)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/adding-another-upload-field/#post-9109833)
 * Hi,
 * thanks for that.
 * These files are not included in the list of templated files, is it ok to edit
   them or will they get overwritten with the next release?
 * Thanks,
    Kashka
 *  Plugin Author [PressTigers](https://wordpress.org/support/users/presstigers/)
 * (@presstigers)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/adding-another-upload-field/#post-9111196)
 * Kashka,
 * These files are having WP hooks that you need to utilize for overriding default
   functionality of SJB. By using these hook, your code will not be overwritten 
   on plugin update.
 * Or you can also purchase SJB premium extension named as [Multiple Attachment Fields](http://market.presstigers.com/product/multiple-attachment-fields-add-on/)
   add-on from our marketplace.
 * Thank you. Let us know if you have any further query.
 * Regards,
    PressTigers

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘adding another upload field’ is closed to new replies.

 * ![](https://ps.w.org/simple-job-board/assets/icon-256x256.png?rev=1829069)
 * [Simple Job Board](https://wordpress.org/plugins/simple-job-board/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-job-board/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-job-board/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-job-board/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-job-board/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-job-board/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [PressTigers](https://wordpress.org/support/users/presstigers/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/adding-another-upload-field/#post-9111196)
 * Status: resolved