[ad_1]
I am making changes to the company I work at website and one change my boss requested was to change the “apply now” button from sending an email to sending the user to the Indeed job posting. I’ve looked around and can’t find any information on it. Please let me know.
[ad_2]
If it’s button block, it should have url field that you can change to whatever url you want a user to redirect to.
Or you can view as html and change the url after “href” attribute. It might be <a> or <button> tag like this.
<a href=”https://www.company.com/viewjob?your-job-id”>Apply Now</a>