Contact Form
This page demonstrates a reusable contact layout built from compiled include partials. It validates contact data rendering for email, phone, location, map embed, and social links.
Data shown below comes from config-backed partials under _html/config/template/*.hbs, generated through the Handlebars pipeline. Use the references below to inspect the source templates and helper logic.
Rendered Contact + Message Demo
The left panel shows compiled contact output from current project configuration values.
The right panel demonstrates the interactive message send-state flow.
For the standalone loading-overlay pattern used by this page, see Overlay.
| Email: | example@email.com |
| Phone: | +1 (555) 555-5555 |
| Location: | United States |
| Social: | LinkedIn Facebook X YouTube Instagram |
- Message can not be empty.
Config Template References
- Helper-Driven Links: sources for
email.hbs,phone.hbs, andlocation-link.hbs. - location-embed.hbs: source template for the map iframe include.
- social-link.hbs: source template for social platform link rendering.
- Custom Helper Registration Code: helper implementation details used by these partials.