All Collections
FAQs and Troubleshooting
Getting set up
Can I directly link to our job application form from our website?
Can I directly link to our job application form from our website?

Learn how to load the apply form manually from your website.

Chris avatar
Written by Chris
Updated over a week ago

It is really easy to sync your application form manually from a button/trigger on your website.

Whilst this is not one of the 3 advised options in Settings > Website Installation, it is still very useful in certain circumstances.

1. Add the script

First, install the GoHire widget code in the <head> section of the page you want to load the application form. You can find this in Settings > Website Installation.

<script src="https://widget.gohire.io/widget/kFFDXV5P"></script>

2. Add a trigger event

Where you want to load the application form from your website you will need to add a trigger event, like the example below:

<a onclick="gohire('open',jobID)">Apply</a>


NOTE: You will need to get the correct code from within your account in Settings > Website Installation. The above code are examples only.

Need help? Get in touch

If you need more help in setting up the apply form from your website, just get in touch with us and we’ll be happy to help.

Did this answer your question?