Siteoly Docs
  • Siteoly
  • Create Website
    • Getting started
    • Layout basics
  • How To
    • How to create a new project/website?
  • Card Designs
    • Box Horizontal
    • Box Vertical
    • Box Vertical Modern
    • Box Vertical Wave
    • Box Simple
    • Box Square
    • Modern
    • Circles
    • See all designs
  • Sheets - Getting started
    • Basics
    • Site Settings
    • Default Settings
    • NavBar
    • Header
    • Body
    • Body-Cards
    • Filters
    • Body-Text
    • Detailed Pages
    • Footer
    • Other Settings
    • Advanced Settings
    • Playground
    • Dont Edit
  • Integrations
    • Google Analytics
    • Crisp chat
    • Drift chat
    • Intercom
    • Pop up
    • How to add EngageBay form to header in homepage?
  • Sample websites
    • Modern Blog Sample
    • Sample 1
    • Sample 2
    • Job Board
    • Podcast Sample
    • Restaurant Sample
    • Real Estate Best Places
    • Product List
    • Affiliate Sample
    • Blog Sample
    • Pinterest Sample
    • Instagram Gallery Sample
    • Youtube Sample
    • Events List
    • Marketplace
    • App Listing
    • Nomad List
    • Books List
    • Modern List Sample
  • Basics
    • How does search bar work?
    • How to add more than 4 tags for cards?
    • How to turn off the search bar display on home page?
  • Advanced
    • Embed external Javascripts and CSS
    • How to connect to a custom domain?
    • How to add video to Detailed Pages?
    • How to use Google fonts?
    • Setting Pagination Size (cards per page) for cards display
    • List of CSS classes for custom CSS
    • Embed cards on external sites and internal sites
    • How to add Sitemap to submit to Google Search Console
    • How to configure Filter condition
    • Not seeing SSL certificate?
    • How to create and use Templates?
    • Power up search functionality with extra keywords
    • How to create custom '404' page?
    • Markdown support for Cards description
    • How to create Youtube style video listing websites?
    • Embed extra html/css/scripts into detailed page header for specific detailed pages
    • How to generate automated sitemaps for your website?
    • 'Bring Your Own Code' for dynamic content in Detailed Pages
    • Enable Authentication (Login/Logout)
    • Restrict Detailed Pages Access with Access Code
    • How to add video in Home Page under the Header?
    • How to disable Black Overlay for Header Image?
    • How to use Google Maps on the pages?
    • How to use Google Drive images for cards?
  • Billing
    • Plans & Subscriptions
  • FAQ
    • Not able to access the site after creating the site?
  • Legal
    • Privacy Policy
  • Life Time Deal
    • Life Time Deal
  • How to add Mailchimp URL?
Powered by GitBook
On this page

Was this helpful?

  1. Integrations

How to add EngageBay form to header in homepage?

PreviousPop upNextHow does search bar work?

Last updated 3 years ago

Was this helpful?

This page explains about - "How to add EngageBay form to header in homepage in Siteoly?"

This feature is available only in paid plans.

If you haven't heard about EngageBay, check about EngageBay . EngageBay is a robust platform to capture emails and increase sales to help founders market better and sell faster.

Follow below guide from EngageBay to create inline form in EngageBay dashboard.

Once your form creation is done, you should have your form code as below. (Your Account number and Form Ids could be different. Below code is only a sample)

<script type="text/javascript" >
    var EhAPI = EhAPI || {}; EhAPI.after_load = function(){
    EhAPI.set_account('ni0a4qp5d7q9pg6fnvhpgce090', 'gmailzjct');
    EhAPI.execute('rules');};(function(d,s,f) {
    var sc=document.createElement(s);sc.type='text/javascript';
    sc.async=true;sc.src=f;var m=document.getElementsByTagName(s)[0];
    m.parentNode.insertBefore(sc,m);   
    })(document, 'script', '//d2p078bqz5urf7.cloudfront.net/jsapi/ehform.js');
</script> 

<div class="engage-hub-form-embed" id="eh_form_6015895869587456" data-id="6015895869587456"> </div>

Note: After you get the above code, make sure it works by using it on and testing.

Follow below steps to add this embed code in Siteoly and display form in the home page header in Siteoly

  1. Goto the 'Header' sheet in the Google sheet connected to your site.

  2. Now that you want to display EngageBay form, disable the default MailChimp form by setting Display to 'No' in row 13 under 'Email Subscription'

  3. Goto Row 26 and see for Header 'Content'

  4. Below 'Header Content' (Row 26), you can add the required forms by adding new row as below.

  5. Select Column A as 'Text' , Column B as 'h6' (you can select any other size as well based on what fits for you) and in Column D - add the embed code from EngageBay

Now use the "live test" url to pull the changes from Google sheet and see the newly added form on home page.

Hint: You can also play around with Header Design by selecting designs from Row 10 dropdown.

Below are some sample screens with EngageBay form added to the Header for various Header Designs.

If you need to add more css/javascript, it is possible with Siteoly by adding required CSS/Javascript for any element on the page. If you need some quick help, please reach out to support.

here
Guide to create EngageBay Forms
JS.DO