How do I enable a guided journey on the Redwood job application details page?

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