• Resolved jamie80322

    (@jamie80322)


    Hi,

    Is it possible to cancel the application form if I need?
    Some jobs may not need the application form, I want applicants directly sent resume to job owner’s mail through their own mail box, not sent to admin’s.

    In each job listing, I can remove all fields like name, email, but I can’t remove upload field. Does any way to deal with this?

    thank you!

    https://www.ads-software.com/plugins/simple-job-board/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author PressTigers

    (@presstigers)

    Yes, it’s possible but you have to customize the job application form.

    Currently, a job is submitted to admin with resume attachment as a mandatory feature. If you want applicants to submit their resume directly to job owner then you have to write custom code for it.

    For a glimpse, we can tell you that please customize the following file:
    simple-job-board/templates/single-jobpost/job-application.php

    Thank you for using SJB and let us know if we can help you further.

    Happy Code Customization ??

    Thanks & Regards,
    PressTigers

    Thread Starter jamie80322

    (@jamie80322)

    Hi,

    thanks for replying!
    I see the file you provided. I try to add another file field, but it seems nothing happened.
    I want the resume upload file to appear on the job lis editing page (like the screenshot), so that I can decide to delete it or not.

    https://imgur.com/a/pql6o

    Do I still edit this job-application.php file to achieve the function I say?

    thank you

    Plugin Author PressTigers

    (@presstigers)

    jamie80322,

    If you are adding a field in the above mentioned job-application.php file, then it adds a field on front-end, not to backend job detail page.

    For adding resume in backend job application form, you have to understand the SJB code structure first and then customize the following files:
    simple-job-board/admin/partials/meta-boxes/class-simple-job-board-meta-box-job-application.php
    simple-job-board/templates/single-jobpost/job-application.php

    Thanks & Regards,
    PressTigers

    Thread Starter jamie80322

    (@jamie80322)

    Hi,

    thanks and I will try it!
    Hope that the resume can directly sent to job owner’s mail box through the applying form in the future update.

    thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove the application form but the upload field still exist’ is closed to new replies.