Suggestion: Allow to set application method per job offer

Ticket for: Job Board Manager
0
Suggestion: Allow to set application method per job offer 1
Martin Sauter
Nov 11, 2019 04:38 PM 1 Answers
Member Since Aug 2019
Subscribed Subscribe Not subscribe
Flag(0)

Currently, the application method is set globally by the admin. In our use case we have job posters who want to get applications through the email form, while others would prefer to send applicants directly to their HR website.

Therefore, I suggest to let job posters choose the application method per job offer.

2 Subscribers
Suggestion: Allow to set application method per job offer 1
Suggestion: Allow to set application method per job offer 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Suggestion: Allow to set application method per job offer 4
PickPlugins
Nov 11, 2019
Flag(0)

Welcome to our forum.

The feature you request also possible to implement. you can add a custom input field under job submission form via action hook, please see the details on the documentation how you can add/remove validated custom input field on job submission form.

https://pickplugins.com/documentation/job-board-manager/filter-hooks/job_bm_job_submit_form/

And then based on the input field selection you can filter application methods by filter hook. you can get custom field value by get_post_meta() and get the job id by get_the_id() functions

https://pickplugins.com/documentation/job-board-manager/filter-hooks/job_bm_application_methods/

I hope you understand.

Regards

Sign in to Reply
Replying as Submit