diff --git a/lib/Form/FormFactory.php b/lib/Form/FormFactory.php index f60a98c5e4..3897fbd4e5 100644 --- a/lib/Form/FormFactory.php +++ b/lib/Form/FormFactory.php @@ -14,7 +14,6 @@ class FormFactory { 'id' => 'email', 'name' => __('Email', 'mailpoet'), 'type' => 'text', - 'static' => true, 'params' => [ 'label' => __('Email', 'mailpoet'), 'required' => true, @@ -25,7 +24,6 @@ class FormFactory { 'id' => 'submit', 'name' => __('Submit', 'mailpoet'), 'type' => 'submit', - 'static' => true, 'params' => [ 'label' => __('Subscribe!', 'mailpoet'), ],