diff --git a/src/Formfield.php b/src/Formfield.php index 0dba66b..dd540d2 100644 --- a/src/Formfield.php +++ b/src/Formfield.php @@ -90,7 +90,7 @@ class Formfield /** * Form template (Bootstrap3 by default) */ - private $formTemplate = "Bootstrap3"; + public $formTemplate = "Bootstrap3"; /** * When adding a field, the name and the label are the minimum mandatory