Description
Allows you to easily embed Formidable forms using an iframe.
Usage
- Install & Activate the plugin
- Find the Formidable Form key & pass the form key to the iframe URL (show below)
- Use the iframe URL
- Done
This will render the form like it is shown in regular preview
https://site/?orb_embeddable_form[key]=form_key
Simple form
If you’d like to have the form without any styles just pass &simple=1 parameter.
https://site/?orb_embeddable_form[key]=form_key&simple=1
Full IFRAME Example
Here is the full example iframe example which will take full width of the container and will be at least 800px tall.
<iframe src=”https://site/?orb_embeddable_form[key]=form_key”
frameborder=”0″ scrolling=”no” style=”width:100%;min-height:800px;”></iframe>