The 'Apply for this job' button fails to send a request back to the server. I noticed you guys are using Bamboo Hr to process incoming applications, and I believe the bug resides inside Bamboo's JQuery, as two events listening to the button appear to be called by Bamboo Hr.
As '...jobs/view.php' plus the job id(which is 5 for this one) as a GET parameter is your websites way of exposing job applications, I took a guess that the button was meant to request '.../jobs/apply?id=5'. Loading that page in my browser was very promising as an application form was rendered!
As you can see, the styling is suspiciously bare-bone and there is no submit button.
Now I could try to craft a POST request by using the form field names and appending my information manually, and perhaps get lucky, but then I still wouldn't know for sure that my application reached anyone at your company.
So here I give up my quest to force my resume onto your server, and am making this account to make this request:
Please advise how I may send you guys my resume to apply for this position.
I tried applying through the link you shared.
However, upon reaching this page: https://precisionnutrition.bamboohr.com/jobs/view.php?id=5
The 'Apply for this job' button fails to send a request back to the server. I noticed you guys are using Bamboo Hr to process incoming applications, and I believe the bug resides inside Bamboo's JQuery, as two events listening to the button appear to be called by Bamboo Hr.
As '...jobs/view.php' plus the job id(which is 5 for this one) as a GET parameter is your websites way of exposing job applications, I took a guess that the button was meant to request '.../jobs/apply?id=5'. Loading that page in my browser was very promising as an application form was rendered!
But now this page appears to be either deprecated or is an artifact: https://precisionnutrition.bamboohr.com/jobs/apply.php?id=5
As you can see, the styling is suspiciously bare-bone and there is no submit button.
Now I could try to craft a POST request by using the form field names and appending my information manually, and perhaps get lucky, but then I still wouldn't know for sure that my application reached anyone at your company.
So here I give up my quest to force my resume onto your server, and am making this account to make this request:
Please advise how I may send you guys my resume to apply for this position.