Skip to content

Repository files navigation

Form.io Bootstrap Templates

This repository will change the rendering of forms in formio.js so that it uses html and classes compatible with Bootstrap 3, Bootstrap 4, and Bootstrap 5 frameworks.

Official Documentation

For the latest documentation, release information, and guides, always refer to the official Form.io Help Documentation available here:

https://help.form.io

Using Bootstrap 3

importbootstrap3from'@formio/bootstrap/bootstrap3';import{Formio}from'formiojs';Formio.use(bootstrap3);

Using Bootstrap 4

importbootstrap4from'@formio/bootstrap/bootstrap4';import{Formio}from'formiojs';Formio.use(bootstrap4);

Using Bootstrap 5

importbootstrap5from'@formio/bootstrap/bootstrap5';import{Formio}from'formiojs';Formio.use(bootstrap5);

Script

Formio.Templates.framework='bootstrap3';

If icon is not show

<linkrel="stylesheet"href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"><script>
Formio.icons = "fontawesome"
</script>

About

Bootstrap templates for form.io forms

Resources

Stars

9 stars

Watchers

10 watching

Forks

Releases

Packages

Used by

Contributors

Languages