0
sam4
I'm using Job Board Manager, and am able to edit the options in the drop down input fields fine using the documentation. I want to be able to change the labels and other text associated with fields in the job submission form.
For example, instead of the label reading "Job Descriptions", I would like to change it to "Job Description"
Will try to add screenshot to a comment...
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
you can do this via filter hook, please see the documentation here
https://pickplugins.com/documentation/job-board-manager/action-hooks/job_bm_job_submit_form/
see the section "Change input field title"
Please see the file for input fields ids, line 453 meta fields
job-board-manager\includes\class-functions.php
I hope this helps.
Regards
I now see what you mean about the files, but class-function.php doesn't seem to have a section for meta fields?