OmniWise Rocket Forms Pro

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)

  1. Edit a page or post
  2. Click + to add a block
  3. Search for “Rocket Forms Pro”
  4. 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

  1. Edit your page with Fusion Builder
  2. Add a “Code Block” element
  3. Paste your shortcode: [owrfp_form id="YOUR-FORM-ID"]

Elementor

  1. Edit your page with Elementor
  2. Add a “Shortcode” widget
  3. Paste your shortcode: [owrfp_form id="YOUR-FORM-ID"]

WPBakery / Visual Composer

  1. Add a “Text Block” or “Raw HTML” element
  2. Paste your shortcode: [owrfp_form id="YOUR-FORM-ID"]

Divi Builder

  1. Add a “Code” module
  2. 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:

  1. Navigate to the plugin directory
  2. Run npm install
  3. 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

  1. Upload the plugin zip to Plugins Add New Upload Plugin
  2. Activate the plugin
  3. Go to Rocket Forms Settings and enter your API key
  4. Your API key is available at: https://rocketformspro.com/wordpress-settings
  5. Go to Rocket Forms My Forms to see your forms
  6. 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

April 1, 2026
I switched from several form tools, latest was from Gravity forms. RocketFormsPro has a Gravity Forms importer, very easy to export from Gravity Forms and import directly to RocketFormsPro. Its very smart and easy to use! Recommend it 100%!
Read all 1 review

Contributors & Developers

“OmniWise Rocket Forms Pro” is open source software. The following people have contributed to this plugin.

Contributors

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