HTML Section [Zipify Pages]
Jeff Maxfield avatar
Written by Jeff Maxfield
Updated over a week ago

Overview

The HTML section allows you to paste any custom HTML code directly into a specific section of your ZP page. The following can be inserted into this section: HTML, CSS and JavaScript. 

📝Shopify Liquid code is supported in this section on Product pages only.

Use it to add things like: 

  • CRM/ESP optin forms

  • Google Maps

  • Survey Monkey Survey

  • Gleam.io Contest

  • Instagram feeds

  • Soundcloud music 

  • Shopify Buy Button

  • Videos which aren't supported by our Video element

  • 3rd Party App widgets/forms...And more!

*Use the HTML section at your own discretion. Due to the almost endless codes and scripts that can be added to this section, we do not provide support, troubleshooting or take responsibility for the code(s) you add to your page(s) using this section.

Adding the HTML Section or Element

In order to add it into your page, just select it from the "Misc" category of the page sections library:

A new HTML element can also be added to any existing section on the page by clicking on the "add element" button above/below an existing element and selecting the "HTML" element:

📝 The content of this section will only appear on the published page, but not in the page editor or preview mode:

There’s no need to use following tags within this section since everything will work correctly without them:

<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>

Did this answer your question?