You can create Landing Pages from custom HTML or third-party tools by uploading your code directly into Act-On. You can also add custom JavaScript and CSS to any Landing Page built in the Landing Page Composer.
Quick Reference (Advanced Users) – Click to Expand
- Upload Code: Upload HTML or a ZIP file, or import from a URL.
- Edit Live: Use the side-by-side HTML editor with real-time preview.
- Custom JavaScript: Add selected script files plus your own JS.
- Custom CSS: Add selected stylesheets plus additional custom CSS.
- Uploaded code pages and Composer-built pages both support custom JS & CSS.
Try it like this:
Build your page layout in your preferred HTML editor, ZIP your assets, and upload everything using Upload page code. Then use the Custom Code tab to inject analytics scripts, tracking tags, or CSS refinements without touching the original HTML.
Upload Code
To create a Landing Page by uploading code:
- Go to Content > Landing Pages > +Create landing page.
- Under Additional options, choose:
- Upload page code to upload an HTML or ZIP file, or
- Import from URL to pull in an existing webpage.
- Edit your HTML using the live side-by-side preview. You can insert asset links or images, personalize content, and undo or redo changes. Learn more
Custom Code Tab
Add custom JavaScript and CSS to Landing Pages created in the Composer or pages built without uploading code.
JavaScript
- Open your Landing Page in edit mode and select the Custom Code tab.
- Under the JavaScript section, select +Select scripts to add scripts. These load at the top of the page in the order you set.
- Add any additional custom JavaScript in the Custom JavaScript area. This code loads last.
CSS
- Open your Landing Page in edit mode and select the Custom Code tab.
- Under the CSS section, select +Select CSS to add stylesheets. These load at the top of the page in the order you set.
- Add additional custom CSS in the Custom CSS area. This code loads last.