FoundationDeprecated
Freeform includes a sample formatting template built to work with Foundation. When using this templates, Freeform assumes that the required Foundation styles and components are already included in your project. While this template may not work for all sites out of the box, it provides a solid starting point for building your own.
The following is available:
Foundation 6Deprecated
Previews
Screenshot: Foundation 6
Live Demo
The live demo site highlights most features included in the sample templates, with some sections and data intentionally limited for demonstration purposes.
View Live DemoGuides
Customization
You can easily customize the Foundation sample formatting template by using it as a starting point and adjusting it to fit your needs. For step-by-step instructions, check out the Custom Formatting Template guide.
View Complete GuideCDN Links
Foundation is typically installed via CLI, but you may find it easier to work with the CDN while developing. Please see official Foundation documentation for latest versions and CDN links.
<link href="https://cdn.jsdelivr.net/npm/foundation-sites@6.9.0/dist/css/foundation.min.css" rel="stylesheet" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/foundation-sites@6.9.0/dist/js/foundation.min.js" crossorigin="anonymous"></script>