PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 2.16.2
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v2.16.2
V-3.3.0 3.2.2 3.2.1 3.2.0 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 V3.0.3 V3.0.2 -3.0.1 V_3.0.0 1.1.1 1.1.8 1.2 1.3 1.4 1.4.18 1.5.2 1.9 2.0 2.10.0 2.10.1 2.10.2 All 137 releases
← All changes | includes/Core/Fallback/Validation.php +6 -3 2.02.16.2 View file →
@@ -3,10 +3,12 @@
3 3 namespace BitCode\BitForm\Core\Fallback;
4 4
5 5 use BitCode\BitForm\Core\Database\FormModel;
6 6
7 -class Validation {
8 - public function errorMessage() {
7 +class Validation
8 +{
9 + public function errorMessage()
10 + {
9 11 $formModel = new FormModel();
10 12 $forms = $formModel->get(
11 13 ['id', 'form_content']
12 14 );
@@ -106,9 +108,10 @@
106 108 }
107 109 }
108 110 }
109 111
110 - public function email() {
112 + public function email()
113 + {
111 114 $formModel = new FormModel();
112 115 $forms = $formModel->get(
113 116 ['id', 'form_content']
114 117 );