Pages
Content Types
Custom HTML/CSS
14 min
overview you can embed fully custom html pages directly into the portal, allowing you to build interactive tools, dashboards, content layouts, or any other web based experiencesβall without needing to host the page externally this is ideal for teams that want complete control over design and functionality using raw html, css, and javascript π¨π»βπ« walk through π§± when to use custom html pages use this option when you want to display custom designed layouts or interfaces embed forms, widgets, or external javascript components build highly tailored content experiences directly in the portal replicate intranet style pages or landing pages π οΈ how to create a custom html page step 1 add a new page go to the pages section in the admin panel click add page from the page type dropdown , select custom html step 2 write or paste your html you can type directly into the editor , or paste in html code from an external source (e g , from a developer, or a tool like chatgpt) example example page welcome to our custom page! this is a fully embedded html view click me step 3 preview the page click the preview button to verify the layout and behavior of your html content make any adjustments as needed step 4 name & save the page give your page a descriptive name (e g , sales tools, internal form, examplehtml) click save π₯ assigning the page once created, assign the page to either an individual user , or a user group (e g , sales, hr, admins) π§ͺ what the user sees the custom html page appears as a regular navigation item in the portal clicking the link loads your custom built interface directly inside the portal all standard web behavior (clicks, forms, buttons, links, etc ) will function as expected β
recap setting description page type custom html code support html, css, javascript preview before save β
yes assignment options individual users or groups typical uses forms, guides, tools, portals, landing pages β οΈ notes & tips be careful when using external scripts or stylesheets for advanced logic or authentication, consult your dev team to ensure code security avoid long loading scripts to maintain good portal performance