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/Frontend/Form/View/FormViewer.php +2 -2 2.10.22.15.3 View file →
@@ -198,9 +198,9 @@
198 198 MSG;
199 199 }
200 200 $formHTML =
201 201 <<<HTMLa
202 - <div id="{$formIdentifier}" class="{$this->_form->getAtomicCls("_frm-bg-b{$formID}")}">
202 + <div id="{$formIdentifier}" class="bit-form {$this->_form->getAtomicCls("_frm-bg-b{$formID}")}">
203 203 $restrictionMsg
204 204 <form novalidate id="form-{$formIdentifier}" class="_frm-bc{$formID}" $file_upload_tag method='post'>
205 205 <input type="text" class="d-none" name="csrf" value="{$this->_tokens['csrf']}">
206 206 <input type="text" class="d-none" name="t_identity" value="{$this->_tokens['t_identity']}">
@@ -288,9 +288,9 @@
288 288 MSG;
289 289 }
290 290 $formHTML =
291 291 <<<HTMLa
292 - <div id="{$formIdentifier}" class="{$this->_form->getAtomicCls("_frm-bg-b{$formID}")}">
292 + <div id="{$formIdentifier}" class="bit-form {$this->_form->getAtomicCls("_frm-bg-b{$formID}")}">
293 293 $restrictionMsg
294 294 <form novalidate id="form-{$formIdentifier}" class="{$this->_form->getAtomicCls("_frm-b{$formID}")}" $file_upload_tag method='post'>
295 295 <input type="text" class="d-none" name="csrf" value="{$this->_tokens['csrf']}">
296 296 <input type="text" class="d-none" name="t_identity" value="{$this->_tokens['t_identity']}">