How to add WideBundle to a page builder
If you use a page builder instead of a classic theme (like GemPages, PageFly, LayoutHub, etc), adding WideBundle will be a little bit different than a classic theme.
So let's see how to do it.
If you use GemPages follow this tutorial
If you use PageFly follow this tutorial
If you use another page creator, follow this tutorial 👇
Go to your page creator where you want to make WideBundle appear.
Open the page where you want WideBundle to appear.
Add an "HTML" or "Liquid" block from your page creator where you want WideBundle to appear
Copy the following code: <div id="new-form"></div>
Paste it in your "HTML" or "Liquid" block and save
The code you just added is an HTML code that will tell WideBundle where you want the application to appear.
So let's see how to do it.
If you use GemPages follow this tutorial
If you use PageFly follow this tutorial
If you use another page creator, follow this tutorial 👇
Go to your page creator where you want to make WideBundle appear.
Open the page where you want WideBundle to appear.
Add an "HTML" or "Liquid" block from your page creator where you want WideBundle to appear
Copy the following code: <div id="new-form"></div>
Paste it in your "HTML" or "Liquid" block and save
The code you just added is an HTML code that will tell WideBundle where you want the application to appear.
Updated on: 11/01/2023
Thank you!