by PluginRx
5 (3 reviews)
Add-On for Zoom Registration and Gravity Forms
Register attendees in your Zoom Webinar or Zoom Meeting through a Gravity Form.
Tested up to WP 6.8.5 (Current: 6.9.4)
v1.5.3
Current Version v1.5.3
Updated 1 month ago
Last Update on 22 Feb, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#17,914
—
No change
Active Installs
80+
-4.8%
KW Avg Position
83
—
No change
Downloads
2.7K
+1 today
Support Resolved
0%
—
No change
Rating
100%
Review 5 out of 5
5
(3 reviews)
Next Milestone 90
80+
90+
1,399
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 6 more installs to reach 90+
Rank Changes
Current
#17,914
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
5.0
3 reviews
Overall
100%
5
3
(100%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 5 of 5| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| webinar | 11 | — | Tag | 1 month ago |
| meeting | 22 | — | Tag | 1 month ago |
| zoom | 80 | — | Tag | 1 month ago |
| gravity forms | 128 | — | Tag | 1 month ago |
| registration | 174 | — | Tag | 1 month ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.5.3
- Last Updated
- Feb 22, 2026
- Requires WP
- 5.9+
- Tested Up To
- 6.8.5
- PHP Version
- 8.0 or higher
- Author
- PluginRx
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 3
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,714
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#953
Popup Builder – Create highly converting, mobile friendly marketing popups.
200K+ installs
#263
پارسی دیت – Parsi Date
100K+ installs
#368
LatePoint – Calendar Booking Plugin for Appointments and Events
100K+ installs
#386
Frequently Asked Questions
Common questions about Add-On for Zoom Registration and Gravity Forms
At this time, compatibility with Zoom Events or Zoom Sessions has not been confirmed. As this is a free plugin with no revenue model, investing in an additional Zoom plan solely for testing isn’t feasible at the moment.
Yes, you can use a single Gravity Form to handle registrations for multiple Zoom webinars by creating a separate feed for each webinar. Each feed can be triggered conditionally based on a form field value. There are two common ways to manage this: • Dropdown Field: Add a visible dropdown field to the form listing available webinars. Each feed is configured to run only when a specific option is selected. • Hidden Field: Use a hidden field (e.g., webinar_id) that is dynamically populated—such as via a URL parameter or post meta—based on the page the form is displayed on. Each feed uses this value to determine which webinar to register for. This allows you to reuse the same form without needing to create a new one for each webinar.
There could be several reasons. You can check for an error in the entry details notes, which should give you a good indication of what happened. Some common reasons include: • You didn't actually set up the plugin or a webinar/meeting feed • The Account ID, Client ID, and/or Client Secret are incorrect • Incorrect scopes set • A field is required on your Zoom registration form but not mapped on the plugin feed • The webinar or meeting with the ID you entered does not exist • The feed is set to a webinar when it should be a meeting or vice versa • The webinar/meeting host can not register • User's email cannot register for the same webinar/meeting more than 3 times in 24 hours
A Join Link field has been added to the Zoom Webinar feed registation fields section. If you want the join link to populate into a hidden field on the entry, then just choose the field you want from your form.
You can map custom questions to your Zoom registration by using a simple code snippet in your website’s theme. This allows you to include additional fields beyond the default ones. To do this, you’ll need to add a small piece of code to your theme’s functions.php file. In the example below, we’re adding a custom question called “Referral Source.” The name in the code must exactly match the field name used in your Zoom registration. Once this is added, the “Referral Source” field will be included in your Gravity Forms Zoom Webinar feed settings. Here’s the code you need to add: add_filter( 'gravityzwr_registration_fields', function( $fields ) { $fields[ 'referral_source' ] = [ 'type' => 'string', 'name' => 'Referral Source', 'required' => false, ]; return $fields; } );
We recommend using our website support forum as the primary method for requesting features and getting help. You can also reach out via our Discord support server or the WordPress.org support forum, but please note that WordPress.org doesn’t always notify us of new posts, so it’s not ideal for time-sensitive issues.