Skip to main content

BootstrapImproved in 5.0+

Freeform includes sample formatting templates built to work with Bootstrap. When using these templates, Freeform assumes that the required Bootstrap styles and components are already included in your project. While the templates may not work for all sites out of the box, they provide a solid starting point for building your own.

The following are available:

  • BootstrapBootstrap 5 (light)
  • BootstrapBootstrap 5 Dark
  • BootstrapBootstrap 5 Floating Labels

Previews

Video: Bootstrap 5 Dark

Screenshot: Bootstrap 5 Light

Screenshot: Bootstrap 5 Floating Labels

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 Demo

Guides

Customization

You can easily customize any Bootstrap 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 Guide

The following CDN links for Bootstrap 5 are for v5.3.6, which may no longer be the latest version. Please see official Bootstrap 5 documentation for latest versions and CDN links.

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4Q6Gf2aSP4eDXB8Miphtr37CMZZQ5oXLH2yaXMJ2w8e2ZtHTl7GptT4jmndRuHDT" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.bundle.min.js" integrity="sha384-j1CDi7MgGQ12Z7Qab0qlWQ/Qqz24Gc6BM0thvEMVjHnfYGF0rmFCozFSxQBxwHKO" crossorigin="anonymous"></script>