Total vacancies is required field, you may remove this filed by adding following code but the error will still showing because there is empty check on validation,
remove_action('job_bm_job_submit_form', 'job_bm_job_submit_form_total_vacancies', 30);
please see the documentation here
https://pickplugins.com/documentation/job-board-manager/action-hooks/job_bm_job_submit_form/
i am adding a class to Total vacancies field wrapper so you can hide this input field by css, so this field will be still use by default value 1.
please download latest version from here and reinstall on your site.
https://github.com/pickplugins/job-board-manager
add following CSS to hide
.job-bm-job-submit .job-total-vacancies {
display: none;
}
-
This reply was modified 3 years, 5 months ago by hasanrang05.