Allow registrations for your Zoom Webinar through Wordpress Contact Form 7
- Zoom Account that can create webinars
- JWT Application for your Zoom Account
- Download the latest release
- Upload the file to your wordpress installation
- Activate the plugin
- After plugin activation you can save your
API KeyandAPI Secretin the Settings Page - The plugin looks for field names prefixed with
cf7zwr-. The rest of the field name should be according to the Zoom API reference. For example if you want to save the first name of a registrant the field should be namedcf7zwr-first_name - The webinar ID can be saved within the form settings inside the
Zoompanel
To register users optionally add a checkbox element named cf7zwr-confirm to your form e.g.
[checkbox cf7zwr-confirm "Register for this webinar"]
This plugin is licensed under the GPL v3. See license.txt for more information.
If you find any Bugs please feel free to open an issue here!
- Skips Zoom API Call if there is no webinar id present
- Checks for a field
cf7zwr-confirmto register users optionally
- Fixes a bug that caused guessed fields to overwrite prefixed fields
- Show a notice box for missing required fields
- Now displays selected questions from Zoom once the webinar id has been set
- Added custom field for the webinar id
This plugin was inspired by Gravity Forms Zoom Webinar Registration