The Iframe Forms module enables you to embed web forms into external websites using iframes, providing a seamless method for sharing data capture interfaces on third-party platforms. It simplifies integration of forms such as contact, lead generation, or custom forms into external sites while preserving form functionality and data flow in a clean and efficient manner.
Exports web forms as iframe-compatible interfaces for embedding on external sites
Supports embedding various types of website forms, including contact, lead generation, and custom submission forms
Maintains form submission and data connectivity back to the backend without disruption
Enables flexible display options through iframe configuration to fit external site layouts
Extends reach by allowing forms to appear on external websites with minimal effort
Enhances lead capture and engagement by placing forms directly where users interact
Eliminates backend replication forms are managed within while appearing elsewhere
Offers a clean integration that maintains brand and functional coherence across sites
This module will integrate forms with any 3rd party website, this includes websites such as wix, Joomla! Wordpress, DotNetNuke, static html, custom sites etc.
- Allows webforms such as contact us etc and any website page to be integrated onto any 3rd Party Website
- Super easy to configure
- Ability to add additional CSS Link files into the form.
- Ability to substitute CSS classes in the form for your own classes.
An iframe needs to be placed upon the website page that you wish the form/page from to appear.
The module will then display the content of the form/page within the iframe.
Code Example:
<iframe src="http://YourURLHere.com/contactus?iframe=1" width="100%" height="600px" border="0" style="border:none;padding-top:20px"> </iframe>
If for any reason you want to turn the module off then you change the url to iframe=0.
The module will not interfere with any /web pages which are the backend administration section.
If necessary advanced options are available to perform aditional configuation of the form displayed inside the Iframe.
Simply goto the settings section, then the PR1 Menu and then the Iframe Settings menu item.
- Additional CSS Files to Load. - This allows you to add additional CSS files into the form, you may want to do this in order to change the styles/colours to closer fit in with your own website.
- Substitute CSS Class Names. - This allows you to change the default classes that are rendered into the form and substitute them with your own class names.