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/Admin/Form/ScriptFilePriorityManager.php +41 -1 2.10.22.16.2 View file →
@@ -56,8 +56,11 @@
56 56 ['priority' => 101, 'filename' => 'setHiddenFld.min.js'],
57 57 ['priority' => 101, 'filename' => 'submit-form.min.js'],
58 58 ['priority' => 101, 'filename' => 'setStyleProperty.min.js']
59 59 ],
60 + 'range' => [
61 + ['priority' => 301, 'filename' => 'SetSliderFieldValue', 'scriptTyp' => 'custom', 'source' => $customSource, 'path' => 'showValue'],
62 + ],
60 63 'country' => [
61 64 ['priority' => 101, 'filename' => 'observeElm.min.js'],
62 65 ['priority' => 301, 'filename' => 'bit-country-field.min.js'],
63 66 ['priority' => 201, 'filename' => 'customFieldsReset.min.js'],
@@ -104,11 +107,19 @@
104 107 ['priority' => 201, 'filename' => 'customFieldsReset.min.js'],
105 108 ['priority' => 202, 'filename' => 'saveFormProgress.min.js'],
106 109 ['priority' => 301, 'filename' => 'bit-stripe-field.min.js'],
107 110 ],
111 + 'mollie' => [
112 + ['priority' => 201, 'filename' => 'bitsFetchFront.min.js'],
113 + ['priority' => 201, 'filename' => 'isFormValidatedWithoutError.min.js'],
114 + ['priority' => 201, 'filename' => 'customFieldsReset.min.js'],
115 + ['priority' => 202, 'filename' => 'saveFormProgress.min.js'],
116 + ['priority' => 301, 'filename' => 'bit-mollie-field.min.js'],
117 + ],
108 118 'repeater' => [
109 - ['priority' => 301, 'filename' => 'bit-repeater-field.min.js'],
119 + ['priority' => 102, 'filename' => 'bit-repeater-field.min.js'],
110 120 ['priority' => 701, 'filename' => 'checkRepeatedField.min.js'],
121 + ['priority' => 701, 'filename' => 'isRepeaterField.min.js'],
111 122 ['priority' => 701, 'filename' => 'getRepeatedIndexes.min.js'],
112 123 ['priority' => 701, 'filename' => 'getIndexesBaseOnConditions.min.js'],
113 124 ['priority' => 201, 'filename' => 'customFieldsReset.min.js'],
114 125 ],
@@ -134,8 +145,11 @@
134 145 ],
135 146 'decision-box' => [
136 147 ['priority' => 101, 'filename' => 'decisionFldHandle.min.js'],
137 148 ],
149 + 'gdpr' => [
150 + ['priority' => 101, 'filename' => 'decisionFldHandle.min.js'],
151 + ],
138 152 'signature' => [
139 153 ['priority' => 201, 'filename' => 'customFieldsReset.min.js'],
140 154 ['priority' => 301, 'filename' => 'bit-signature-field.min.js'],
141 155 ],
@@ -250,8 +264,20 @@
250 264 'fieldKey' => ['var' => 'fieldKey'],
251 265 'contentId' => ['var' => 'contentId'],
252 266 'publishableKey' => ['path' => 'publishableKey'],
253 267 ],
268 + 'mollie' => [
269 + 'payIntegID' => ['path' => 'payIntegID'],
270 + 'locale' => ['path' => 'config->locale', 'val' => 'en'],
271 + 'amountType' => ['path' => 'config->amountType', 'val'=> 'fixed'],
272 + 'fieldKey' => ['var' => 'fieldKey'],
273 + 'contentId' => ['var' => 'contentId'],
274 + 'apiKey' => ['path' => 'apiKey'],
275 + 'payment_method' => ['path' => 'config->payment_method', 'val' => ['creditcard']],
276 + 'description' => ['path' => 'config->description', 'val' => ''],
277 + 'amount' => ['path' => 'config->amount', 'val' => 0],
278 + 'currency' => ['path' => 'config->currency', 'val' => 'EUR'],
279 + ],
254 280 'advanced-file-up' => [
255 281 'fieldKey' => ['var' => 'fieldKey'],
256 282 'formID' => ['var' => 'formId'],
257 283 'configSetting' => ['path' => 'config'],
@@ -267,8 +293,11 @@
267 293 'payIntegID' => ['path' => 'payIntegID'],
268 294 'payType' => ['path' =>'payType', 'val' => ''],
269 295 'clientId' => ['path' => 'clientId'],
270 296 'contentId' => ['var' => 'contentId'],
297 + 'includeOrderId' => ['path' => 'includeOrderId', 'val' => false],
298 + 'newOrderId' => ['path' => 'newOrderId', 'val' => false],
299 + 'orderIdFld' => ['path' => 'orderIdFld', 'val' => ''],
271 300 ],
272 301 'repeater' => [
273 302 'fieldKey' => ['var' => 'fieldKey'],
274 303 'fieldName' => ['path' => 'fieldName'],
@@ -334,8 +363,9 @@
334 363 {
335 364 return [
336 365 'checkFldValidation' => ['priority' => 701, 'filename' => 'checkFldValidation.min.js'],
337 366 'checkMinMaxOptions' => ['priority' => 702, 'filename' => 'checkMinMaxOptions.min.js'],
367 + 'checkMinMaxValue' => ['priority' => 702, 'filename' => 'checkMinMaxValue.min.js'],
338 368 'customOptionValidation' => ['priority' => 702, 'filename' => 'customOptionValidation.min.js'],
339 369 'dcsnbxFldValidation' => ['priority' => 702, 'filename' => 'dcsnbxFldValidation.min.js'],
340 370 'emailFldValidation' => ['priority' => 702, 'filename' => 'emailFldValidation.min.js'],
341 371 'fileupFldValidation' => ['priority' => 702, 'filename' => 'fileupFldValidation.min.js'],
@@ -413,8 +443,13 @@
413 443 'checkFldValidation'
414 444 ]
415 445 ],
416 446 ],
447 + 'range' => [
448 + 'checkMinMaxValue' => [
449 + 'paths' => ['mn', 'mx']
450 + ]
451 + ],
417 452 'url' => [
418 453 'regexPatternValidation' => [
419 454 'paths' => ['valid->regexr'],
420 455 'dependencies' => [
@@ -428,8 +463,13 @@
428 463 ]
429 464 ]
430 465 ],
431 466 'decision-box' => [
467 + 'dcsnbxFldValidation' => [
468 + 'paths' => ['valid->req']
469 + ]
470 + ],
471 + 'gdpr' => [
432 472 'dcsnbxFldValidation' => [
433 473 'paths' => ['valid->req']
434 474 ]
435 475 ],