How do I enable a guided journey on the Redwood job application details page?
- Go to the Redwood Job Offers list page.
- Right click the page, then click Inspect to open the developer tool.
- Click the Edit Offer action of a job offer from the Job Offers list page.
- In the developer tool, click the Network tab, and typeCreateorupdate in the search tool to find the Rest call.
- Note the submission ID and note it for later.
- Go to Settings and Actions > Edit Page in Visual Builder Studio.
- Select your project or create a new one. Ensure that you're in Express mode.
- Click the Set Page Properties icon next to the Live button.
- Enter the submission ID you noted earlier then click OK.
- Search for the Guided Journeys Code at Job Application page level page property.
- Enter the code of the guided journey you created.
- Review the changes and publish.