Description
OmniWise Rocket Forms Pro is a WordPress plugin that connects your site to the Rocket Forms Pro form builder SaaS. Embed any of your forms on any page or post using shortcodes or the native Gutenberg block.
This plugin is developed by OmniWise and is not affiliated with any other form-related products or services.
Features:
* Embed forms with the [owrfp_form id="FORM_ID"] shortcode
* Native Gutenberg block with live form selection
* Automatic iframe height adjustment (no scrollbars)
* Admin dashboard showing all your forms and shortcodes
* API key authentication — your data stays secure
Requirements:
* An active Rocket Forms Pro account (rocketformspro.com)
* API key from your WordPress Settings page
How to embed your forms
Gutenberg (Block Editor)
- Edit a page or post
- Click + to add a block
- Search for “Rocket Forms Pro”
- Select your form from the dropdown
Shortcode (works everywhere)
Paste the shortcode in any page, post, or widget area:
[owrfp_form id=”YOUR-FORM-ID”]
You can copy the shortcode from Rocket Forms My Forms in your WordPress admin, or from the “Copy WordPress shortcode” option in the Rocket Forms Pro app.
Avada / Fusion Builder
- Edit your page with Fusion Builder
- Add a “Code Block” element
- Paste your shortcode:
[owrfp_form id="YOUR-FORM-ID"]
Elementor
- Edit your page with Elementor
- Add a “Shortcode” widget
- Paste your shortcode:
[owrfp_form id="YOUR-FORM-ID"]
WPBakery / Visual Composer
- Add a “Text Block” or “Raw HTML” element
- Paste your shortcode:
[owrfp_form id="YOUR-FORM-ID"]
Divi Builder
- Add a “Code” module
- Paste your shortcode:
[owrfp_form id="YOUR-FORM-ID"]
External services
This plugin connects to the Rocket Forms Pro API to retrieve your forms and validate your API key. This connection is required for the plugin to function.
What data is sent:
* Your API key (for authentication) — sent as a Bearer token with each request
* Requests to list your forms and retrieve form details
When data is sent:
* When you save or validate your API key in the plugin settings
* When loading the admin dashboard (to display your forms list)
* When using the Gutenberg block editor (to show available forms)
* Cached locally for 5 minutes to reduce API calls
Service provider: Rocket Forms Pro by OmniWise AB
* Website: https://rocketformspro.com
* Terms of Service: https://rocketformspro.com/terms
* Privacy Policy: https://rocketformspro.com/privacy
Development
The Gutenberg block editor script (assets/js/block.js) is compiled from the JSX source file included in the plugin at src/block.jsx.
To build from source:
- Navigate to the plugin directory
- Run
npm install - Run
npm run build
This uses @wordpress/scripts to compile and minify the block editor script.
Blocks
This plugin provides 1 block.
- OmniWise Rocket Forms Pro
Installation
- Upload the plugin zip to Plugins Add New Upload Plugin
- Activate the plugin
- Go to Rocket Forms Settings and enter your API key
- Your API key is available at: https://rocketformspro.com/wordpress-settings
- Go to Rocket Forms My Forms to see your forms
- Use the shortcode
[owrfp_form id="YOUR-FORM-ID"]in any page or post
FAQ
-
Where do I get my API key?
-
Log in to rocketformspro.com and go to Account WordPress Settings.
-
Can I embed the same form on multiple pages?
-
Yes, use the same shortcode on as many pages or posts as you like.
-
Can I have multiple WordPress sites?
-
Yes, generate a separate API key for each WordPress site.
-
My forms don’t show up in the dashboard?
-
Make sure you have entered a valid API key under Rocket Forms Settings. Click Refresh to re-fetch your forms from the server.
Reviews
Contributors & Developers
“OmniWise Rocket Forms Pro” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “OmniWise Rocket Forms Pro” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.10
- Add review reminder notice after 7 days of use (dismissible)
1.0.9
- Harden embed.js: validate postMessage origin and prevent selector injection
- Add complete changelog for versions 1.0.4–1.0.7
1.0.8
- Add missing embed.js for iframe auto-resize — forms now expand to full height
1.0.7
- Add embedding instructions for Gutenberg, Avada, Elementor, WPBakery and Divi
- Add FAQ about forms not showing in dashboard
1.0.6
- Fix undefined variable in dashboard — forms now load correctly
1.0.5
- Fix app URL from app.rocketformspro.com to rocketformspro.com
1.0.4
- Initial release to WordPress.org plugin directory
1.0.3
- Add build instructions for compiled block editor script
- Include source JSX for WordPress.org compliance
1.0.2
- Rename plugin to OmniWise Rocket Forms Pro
- Update all prefixes to owrfp_ for WordPress compliance
- Add external services documentation
- Update shortcode to [owrfp_form]
1.0.1
- Fix Plugin URI to differ from Author URI
- Update minimum WordPress requirement to 6.6
- Fix uninstall cleanup to use WordPress Transients API
1.0.0
- Initial release
