.form-control { font-family: "Poppins" !important; } /* Change the (7) depending on where the country/zip selector is in the form*/ .purchase1_container > div > div:nth-child(7) > div > div > div ...
.form-control { font-family: "Poppins" !important; } .purchase1_container > div > div:nth-child(4) > div > div > div > div > div { margin-bottom: 1rem !important; } .purchase1_container > ...
Add these scripts in a custom code block under the form on page 1.Technically, you don't need all 3, but you can see in the code, the first one is adding the firstName, the second is adding the lastName and the third one is adding email to local s ...
Anyone that's used forms before has heard of Typeform.They have an incredibly simple and high end design for their forms that we've replicated using the code below.You need to create the form, setup where you want it to redirect to in the form builder (on ...
Global Variables work throughout the platform in flows, in the back end, and in the Custom Code areas of "Site Settings" and "Page Settings".We can quickly and easily use them in the page builder too with a small code snippet.In Page Setting > Cu ...
PLEASE NOTE: You can now style your forms easily using the new update to the form styling in our site builder. Copy/Paste code you can use as a template to edit for yourself: /* !important has been added to every style to ensure it o ...
I would strongly recommend you do this at least twice. Once for the current date and once for the future date. The best way to do this, so you can always use it anywhere in the platform, is to setup a NodeJS flow in the automation builder, which updates ...
This will be a native feature of the platform in January 2025. Until then, you will need to add a button to your page, and use the code below. Code goes in Page Settings > Custom Code > Head. Wrap it in <script> </script> tags. // Rep ...
<!-- Google Fonts link to use the "Inter" font --> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap" rel="stylesheet"> <div class="timer-container"> <div id="countdown">--:--:--</div> ...
The quickest and easiest way to do this is by adding ?utm-source= to the end of your URLs and using unique values for each affiliate. E.g. Affiliate 1 will use ?utm-source=John Affiliate 2 will use ?utm-source=Paul Affiliate 3 will use ?utm-source=Ben ...
Mega Menu's on desktop sites are quite popular, but until we get the native functionality in the website builder, you can achieve this effect quite easily with a small amount of custom css. Please note, this code is only for desktop and laptop scre ...
There's times that you might want to add notifications to the top of your Membership sites, or if you whitelabel our platform, you may want to add notifications to your users. The code below and video allow you to do exactly that. "const showNotificatio ...
The code below is incredibly powerful in that it allows you to create Knowledgebases inside our website builder with search functionality. It can also easily be added to membership areas to allow members to access specific lessons more easily. Please not ...