Resurva Integration

To add the ability to book this listing through Resurva, you need to add a custom field to the submission form. This can be done in two ways:

  1. Manually edit the submission form in WP Job Manager
  2. Create a new field with the “WP Job Manager – Field Editor” addon

Regardless of the method you choose, you need to make sure you set the “key” is set to “resurva_url”

  • If you used Method #1 above, this means the following part of the code:
    $fields['job']['resurva_url']['label'] = "Resurva URL";
  • If you used Method #2 above, this means you need to set this field 

The “resurva_url” is the URL used to access your booking widget. For example: https://astoundify.resurva.com/

Was this article helpful?

Related Articles