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
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 +33 -1 2.10.12.15.3 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,10 +107,17 @@
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'],
111 121 ['priority' => 701, 'filename' => 'getRepeatedIndexes.min.js'],
112 122 ['priority' => 701, 'filename' => 'getIndexesBaseOnConditions.min.js'],
113 123 ['priority' => 201, 'filename' => 'customFieldsReset.min.js'],
@@ -112,8 +122,9 @@
112 122 ['priority' => 701, 'filename' => 'getIndexesBaseOnConditions.min.js'],
113 123 ['priority' => 201, 'filename' => 'customFieldsReset.min.js'],
114 124 ],
115 125 'razorpay' => [
126 + ['priority' => 201, 'filename' => 'replaceFieldAndSmartValues.min.js'],
116 127 ['priority' => 201, 'filename' => 'isFormValidatedWithoutError.min.js'],
117 128 ['priority' => 201, 'filename' => 'customFieldsReset.min.js'],
118 129 ['priority' => 202, 'filename' => 'saveFormProgress.min.js'],
119 130 ['priority' => 301, 'filename' => 'bit-razorpay-field.min.js'],
@@ -249,8 +260,20 @@
249 260 'fieldKey' => ['var' => 'fieldKey'],
250 261 'contentId' => ['var' => 'contentId'],
251 262 'publishableKey' => ['path' => 'publishableKey'],
252 263 ],
264 + 'mollie' => [
265 + 'payIntegID' => ['path' => 'payIntegID'],
266 + 'locale' => ['path' => 'config->locale', 'val' => 'en'],
267 + 'amountType' => ['path' => 'config->amountType', 'val'=> 'fixed'],
268 + 'fieldKey' => ['var' => 'fieldKey'],
269 + 'contentId' => ['var' => 'contentId'],
270 + 'apiKey' => ['path' => 'apiKey'],
271 + 'payment_method' => ['path' => 'config->payment_method', 'val' => ['creditcard']],
272 + 'description' => ['path' => 'config->description', 'val' => ''],
273 + 'amount' => ['path' => 'config->amount', 'val' => 0],
274 + 'currency' => ['path' => 'config->currency', 'val' => 'EUR'],
275 + ],
253 276 'advanced-file-up' => [
254 277 'fieldKey' => ['var' => 'fieldKey'],
255 278 'formID' => ['var' => 'formId'],
256 279 'configSetting' => ['path' => 'config'],
@@ -266,8 +289,11 @@
266 289 'payIntegID' => ['path' => 'payIntegID'],
267 290 'payType' => ['path' =>'payType', 'val' => ''],
268 291 'clientId' => ['path' => 'clientId'],
269 292 'contentId' => ['var' => 'contentId'],
293 + 'includeOrderId' => ['path' => 'includeOrderId', 'val' => false],
294 + 'newOrderId' => ['path' => 'newOrderId', 'val' => false],
295 + 'orderIdFld' => ['path' => 'orderIdFld', 'val' => ''],
270 296 ],
271 297 'repeater' => [
272 298 'fieldKey' => ['var' => 'fieldKey'],
273 299 'fieldName' => ['path' => 'fieldName'],
@@ -333,8 +359,9 @@
333 359 {
334 360 return [
335 361 'checkFldValidation' => ['priority' => 701, 'filename' => 'checkFldValidation.min.js'],
336 362 'checkMinMaxOptions' => ['priority' => 702, 'filename' => 'checkMinMaxOptions.min.js'],
363 + 'checkMinMaxValue' => ['priority' => 702, 'filename' => 'checkMinMaxValue.min.js'],
337 364 'customOptionValidation' => ['priority' => 702, 'filename' => 'customOptionValidation.min.js'],
338 365 'dcsnbxFldValidation' => ['priority' => 702, 'filename' => 'dcsnbxFldValidation.min.js'],
339 366 'emailFldValidation' => ['priority' => 702, 'filename' => 'emailFldValidation.min.js'],
340 367 'fileupFldValidation' => ['priority' => 702, 'filename' => 'fileupFldValidation.min.js'],
@@ -411,8 +438,13 @@
411 438 'dependencies' => [
412 439 'checkFldValidation'
413 440 ]
414 441 ],
442 + ],
443 + 'range' => [
444 + 'checkMinMaxValue' => [
445 + 'paths' => ['mn', 'mx']
446 + ]
415 447 ],
416 448 'url' => [
417 449 'regexPatternValidation' => [
418 450 'paths' => ['valid->regexr'],