Copy/Paste code you can use as a template to edit for yourself: /* !important has been added to every style to ensure it overrides the defaults */ .col-form-label { display: none !important; /* Hides the form fie ...
.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 ...
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 > Custom ...
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> ...
There are 2 ways to do this. 1 is native to the platform, quick to setup, but doesn't track later visits to the site using the direct url. The second way requires custom code, and a hidden form field, so requires a little more setup, but with longer track ...
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 ...