What’s New
You can now design your own header and footer for your Sure Send Connect pages.
Previously the page chrome (the branded bar at the top and the contact footer at
the bottom) was fixed — now it’s yours to customize.
Open Connect → Settings → Header & footer and write your own Liquid markup
for either slot. Leave a box empty to keep the default.
Features
- Custom header and footer applied across every Connect page, set once on
your brand kit. - Your brand data is available in the markup —
{{ theme.agent_name }},
{{ theme.brokerage }}, phone, email, photo, and more — plus anavlist of
your enabled pages so a custom header can rebuild the navigation. - The same building blocks as page templates — drop in the
{% agent_card %}
and{% lead_form %}tags. - Validated on save — Liquid syntax errors are reported inline so a broken
header can’t reach a live page; if anything fails to render, the page safely
falls back to the default chrome. - Safe by default — the same scrub used for custom page templates removes
scripts, styles, and inline event handlers from your markup.
Heads-Up
The “Powered by Sure Send Connect” attribution is always shown in the footer and
can’t be removed by a custom footer.
Migration
No action required. Pages with no custom header/footer keep the default chrome
exactly as before.