πŸš€ Quick Start | SA5 HTML

How to Easily Add SA5's User Info & Advanced Routing Enhancements to Your Webflow Memberships Site

All of SA5's HTML features are now consolidated into a single library, so you only need one library include.

How to Add the Library

This feature is using SA5's new TypeScript-based library, so it is has different URLs and code placement from the v4 JS-based library.

Add this script to the site wide custom code HEAD area of your site. If you are only using it on specific pages, you can add it to page-specific custom code instead.

<!-- Sygnal Attributes 5 | HTML --> 
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/css/webflow-html.css"> 
<script defer src="https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/dist/nocode/webflow-html.js"></script>

Last updated