eFlyerMaker Forms Builder plugin for Magento
Setup a signup form
Setup a signup form
Contents
Version 1.9
Display the form on your Home page
On your Magento Admin Panel:
Go to eFlyerMaker => Manage form
Select the form you'd like to display and click on its </> action icon
- Copy the code that appears
Go to CMS => Pages
Click on Home Page
Click on Content in the menu on the left side of the page
- Paste the code in the desired place of your page
The following code will apprear: {{efmfb form_id="1" is_popup="1"}}
form_id="1" is the Id of the form in your database
is_popup="1" determines if the form will be displayed as a pop-up form or not.
- 0= No
- 1= Yes
Version 2.0
Display the form on your Home page
On your Magento dashborad:
Go to System => eFlyerMaker form builder => Manage form
Select the form you'd like to display and click on its </> action icon
- Copy the code that appears
Check the Set as popup box if you want to set your form as a popup
Go to Content => Pages
Check the Home page and change the action to Edit
Click on Content in the menu on the left side of the page
- Paste the code in the desired place of your page
- The following code will apprear:
{{block class="Eflyermaker\Eflyermakerformbuilder\Block\Frontend\efmfbBlock" name="efmfbForm" template="Eflyermaker_Eflyermakerformbuilder::efmfb_form.phtml" form_id="30" is_popup="1"}}
form_id="1" is the Id of the form in your database
is_popup="1" determines if the form will be displayed as a pop-up form or not.
- 0= No
- 1= Yes
Warning
Magento offers newsletter features for your website, including management of your subscribers and sign-ups. Please be aware that all these features do not sync with our eFlyerMaker plugin. Any contact who subscribes through a Magento sign-up form will be added in the Magento Database and not eFlyerMaker. You'll have to export those contacts to your eFlyerMaker contact list. If you install our eFlyerMaker sign-up form plugin, make sure to disable the Magento newsletter feature. |