Summary: Overview of CSS frameworks supported by the form builder for automatic styling.
Amilma Forms generates HTML markup compliant with several major frontend frameworks. The default framework is Bootstrap 5.
You can define the framework during instantiation using the fourth argument of the constructor:
Bootstrap 5: $form = new Form('my-form', 'horizontal', 'novalidate'); (Default)
Bootstrap 4: Pass 'bs4' as the framework argument.
Material Design: Compatible with Materialize framework or Bootstrap 4. Pass 'material' as the argument.
Other Frameworks: The library also supports Bulma, Foundation (v6.4+), Tailwind, and UIKit.
If no framework is utilized, a minimal version of Bootstrap 5 CSS is provided to ensure proper layout without affecting other page elements.