Replies: 3 comments 6 replies
-
Hello, this is currently not an option to change in the Wordpress options. This would require a code change to the core career portal code. Fortunately, that code change is relatively simple. The required flag just need to be changed to false. And when saving, change the post body to include something for the resume. It could just include the first and last name since its a required field in the API. |
Beta Was this translation helpful? Give feedback.
-
@Thirty87 if you are not able to sort this with OSCP came and talk to us at Matador Jobs. Our WordPress job broad for Bullhorn plugin replacement can be configured to do that with ease. |
Beta Was this translation helpful? Give feedback.
-
So it was easy enough to make the field not required, however the code still wants to do things with the resume (if even one is not uploaded). It wants to get the format (file extension) and also tries to send the file as well here "formData.append('resume', this.form.value.resume[0].file);" We have made modifications to check for a file and have attempted to send fake data if no resume is uploaded but the API call responds with a 400 status code and this message {"errorMessage":"Unknown or badly structured command: /apply/17/raw.","errorMessageKey":"errors.badCommand"} What data can we send to the API so that it allows an entry when a user does not wish to upload a resume? |
Beta Was this translation helpful? Give feedback.
-
I would like to change the form used for Applying for a job posting. The resume field is currently marked as required and we would like to mark it as not required. I can't seem to find the file(s) that I need to edit in order to apply the change to that field. We utilize the Wordpress Plugin Bullhorn-OSCP to embed the Career Portal into our site. Thanks in advance.
See attached image of the form for reference.
Beta Was this translation helpful? Give feedback.
All reactions