PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 2.15.3
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v2.15.3
3.3.1 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 All 138 releases
← All changes | includes/Core/Fallback/Field.php +2 -2 3.1.02.15.3 View file →
@@ -74,9 +74,9 @@
74 74 $newID = $oldID;
75 75 }
76 76 }
77 77 $newID = $newID + 1;
78 - $sBtnID = "bf{$formID}-{$newID}";
78 + $sBtnID = "bf${formID}-${newID}";
79 79 $lY = 0;
80 80 $mY = 0;
81 81 $sY = 0;
82 82 foreach ($formContent->layout->lg as $lg) {
@@ -98,9 +98,9 @@
98 98 }
99 99 $sY = $sY + $sm->h + 1;
100 100 if (isset($formContent->buttons->rstBtnTxt)) {
101 101 $newID += 1;
102 - $rBtnID = "bf{$formID}-{$newID}";
102 + $rBtnID = "bf${formID}-${newID}";
103 103
104 104 if ($fulW) {
105 105 $btnData['btnTyp'] = 'submit';
106 106 $btnData['align'] = $align;