Trying to add custom taxonomy to job form
I've created a custom taxonomy in a child theme and am trying to add it to the job listing form.
I've added a dropdown for my new taxonomy to submit-job-form.php but it looks like I need to update the jr_handle_update_job_listing() function to save the terms. I can update the function in the parent theme but changes I make to /includes/forms/forms.php in my child theme have no effect.
Is there some other way (like a hook?) to add a custom taxonomy to the job listing forms?