| @@ -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']}"> |