Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Fields on the OSCP apply form #544

Open
arturo-loza opened this issue Feb 7, 2025 · 1 comment
Open

Additional Fields on the OSCP apply form #544

arturo-loza opened this issue Feb 7, 2025 · 1 comment

Comments

@arturo-loza
Copy link

INSERT SHORT DESCRIPTION EXPLAINING THE HIGH-LEVEL REASON FOR THE NEW ISSUE HERE.

Is there any documentation or guides for adding custom fields (Country, Salary, etc) on the apply form for the carrer-portal?
I've managed to add the extra fields on the form, the applicant is created correctly but I don't see the fields on the ATS.

Applicants created from the ATS are saved with the additional fields, but not when created from the OSCP form

Current behavior

Additional fields Applicants created from the OSCP apply form are not saved on the ATS

Expected behavior

Additional fields Applicants created from the OSCP apply form are saved correctly on the ATS

Steps to replicate behavior

This is the request that is sent by the apply form:

REQUEST URL: https://public-rest44.bullhornstaffing.com/rest-services/BYEHIP/apply/149/raw?externalID=Resume&type=Resume&firstName=testName&lastName=testLastName&email=test%40email.com&phone=%2B591%20712%203456&address=%7B%22countryID%22%3A2206%2C%22countryCode%22%3A%22BO%22%2C%22countryName%22%3A%22Bolivia%3B%20Plurinational%20State%22%2C%22address1%22%3A%22Calacoto%2C%20C.11%22%2C%22city%22%3A%22LA%20PAZ%22%7D&salaryLow=1800&customText3=https%3A%2F%2Fwww.linkedin.com%2Fin%2Ftest&customText4=https%3A%2F%2Fgithub.com%2Ftest&format=txt

Screenshots

Image

Image

Image

@pbearne
Copy link

pbearne commented Feb 7, 2025

Hi

You may be able to change the code, but the API you are calling may not support the extra fields

Look at Matador Jobs this function is built into our WordPress plugin

Paul

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants