Note: You have to upload the form to your web site first (why ? )
The Tiny MCE editor in Joomla will not allow iframe tag by default. So first, we have to get iframe to the list of allowed tags
- In Joomla, go to Extensions -> Plugins -> TinyMCE
- In "Extended Valid Elements", enter the following:
iframe[src|style|width|height|scrolling|marginwidth|marginheight|frameborder|allowtransparency]
- Go to the Joomla page where you want to add the form and edit the page
- On the editor text area click on the HTML button and switch to HTML edit mode
- In Simfatic Forms->"Take the code" page, press the 'copy form code' button.
- Copy the 'Embed using iframe' code
- Back in Joomla, paste the code in the editor.
|