HTML
An HTML content type can be useful in cases such as embedding external HTML code like widgets or forms into your site.
Add an HTML page to the website
Sign into your website and go into the Website tab
Go to the section where you wish the page to reside
Click on [add here] which is located to the right under Options
Using the Content Type drop down choose HTML then Continue
Give the page a name. This is the file name for the admin system; make it short and easy to recognize
You can give the file a Title if it's a form or something else that you want a title to show above, otherwise, a title is not needed
Continue
Type the code into the code editor. You can also paste an embed code or external HTML code into that editor.
Save Changes
Click on the file you created and then click 'view' under Options to view the file
Connect it to a navigation menu to make it accessible on the website
Embed HTML page within an article: rich page
There are two different ways to embed an HTML code or page within an article: rich page you have created on the website:
Add embed code directly to the page- preferred method
Navigate to the area where the article: rich page is stored and click edit content
Within the text editor click on Tools and click Source code
Copy/paste the embed code within the area of the page where you want it to display
Click Save Changes
Video instructions:
Embed HTML page within the page
This should only be done for smaller files as if the file is too large you will receive an error message that stats “There was an error parsing your template: Document is too large or complex”
Navigate to the area where the article: rich page is stored and click edit content
Within the text editor place the following text in the area where you want the HTML page content to display: $website.include(“URLpathtext”). For example if the file is named “test-HTML” and is located within the information section of your website, the URL path would be: /information/test-html
Click Save Changes