Calculated Fields Form - Version 1.1.100

Version Description

  • Removes the h2 and span tags for form title and description if they are empty.
  • Fixes an issue with the collapsible fieldsets when legends are empty.
  • Modifies the CSV Generator add-on to allow including the URL to the CSV files in the notification emails (Platinum version).
  • Implements the Private Apps integration in the HubSpot add-on (Platinum version).
Download this release

Release Info

Developer codepeople
Plugin Icon 128x128 Calculated Fields Form
Version 1.1.100
Comparing to
See all releases

Code changes from version 1.1.99 to 1.1.100

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://cff.dwbooster.com
4
  Tags: form,quote form,contact form,form builder,calculator,calculated,quote calculator,forms,form editor,advanced forms,payment calculator,payment,recurring payment,quote,fields,calculated field,price calculator,email,form design,paypal,equation editor,formula,equation,quote calculator,post,posts,plugin,widget,admin,sidebar,images,image,page,shortcode,products form,woocommerce,addons,layout,session,post,cookie,get,webhook,Dropbox,pdf,language
5
  Requires at least: 3.0.5
6
  Tested up to: 6.0
7
- Stable tag: 1.1.99
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -965,6 +965,13 @@ A: Please, follow the steps below:
965
 
966
  == Changelog ==
967
 
 
 
 
 
 
 
 
968
  = 1.1.99 =
969
 
970
  * Fixes an issue with the Select2 integration to display the choices texts instead of their values.
@@ -1010,11 +1017,4 @@ A: Please, follow the steps below:
1010
  = 1.1.91 =
1011
 
1012
  * Modifies the date/time control to allow defining custom error messages.
1013
- * Fixes an issue in the Date/Time DS field when it receives dates in text format (Developer and Platinum versions).
1014
-
1015
- = 1.1.90 =
1016
-
1017
- * Improves the form creation making the controls draggable.
1018
- * Modifies the fieldset control to allow emulating an accordion control.
1019
- * Modifies the email control.
1020
- * Improves the integration with the CFF Rich Text Editor and CP Blocks plugins.
4
  Tags: form,quote form,contact form,form builder,calculator,calculated,quote calculator,forms,form editor,advanced forms,payment calculator,payment,recurring payment,quote,fields,calculated field,price calculator,email,form design,paypal,equation editor,formula,equation,quote calculator,post,posts,plugin,widget,admin,sidebar,images,image,page,shortcode,products form,woocommerce,addons,layout,session,post,cookie,get,webhook,Dropbox,pdf,language
5
  Requires at least: 3.0.5
6
  Tested up to: 6.0
7
+ Stable tag: 1.1.100
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
965
 
966
  == Changelog ==
967
 
968
+ = 1.1.100 =
969
+
970
+ * Removes the h2 and span tags for form title and description if they are empty.
971
+ * Fixes an issue with the collapsible fieldsets when legends are empty.
972
+ * Modifies the CSV Generator add-on to allow including the URL to the CSV files in the notification emails (Platinum version).
973
+ * Implements the Private Apps integration in the HubSpot add-on (Platinum version).
974
+
975
  = 1.1.99 =
976
 
977
  * Fixes an issue with the Select2 integration to display the choices texts instead of their values.
1017
  = 1.1.91 =
1018
 
1019
  * Modifies the date/time control to allow defining custom error messages.
1020
+ * Fixes an issue in the Date/Time DS field when it receives dates in text format (Developer and Platinum versions).
 
 
 
 
 
 
 
changelog.txt CHANGED
@@ -1,5 +1,12 @@
1
  == Changelog ==
2
 
 
 
 
 
 
 
 
3
  = 1.1.99 =
4
 
5
  * Fixes an issue with the Select2 integration to display the choices texts instead of their values.
1
  == Changelog ==
2
 
3
+ = 1.1.100 =
4
+
5
+ * Removes the h2 and span tags for form title and description if they are empty.
6
+ * Fixes an issue with the collapsible fieldsets when legends are empty.
7
+ * Modifies the CSV Generator add-on to allow including the URL to the CSV files in the notification emails (Platinum version).
8
+ * Implements the Private Apps integration in the HubSpot add-on (Platinum version).
9
+
10
  = 1.1.99 =
11
 
12
  * Fixes an issue with the Select2 integration to display the choices texts instead of their values.
cp_calculatedfieldsf_free.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Calculated Fields Form
4
  Plugin URI: https://cff.dwbooster.com
5
  Description: Create forms with field values calculated based in other form field values.
6
- Version: 1.1.99
7
  Text Domain: calculated-fields-form
8
  Author: CodePeople
9
  Author URI: https://cff.dwbooster.com
@@ -16,7 +16,7 @@ if(!defined('WP_DEBUG') || true != WP_DEBUG)
16
  }
17
 
18
  // Defining main constants
19
- define('CP_CALCULATEDFIELDSF_VERSION', '1.1.99' );
20
  define('CP_CALCULATEDFIELDSF_MAIN_FILE_PATH', __FILE__ );
21
  define('CP_CALCULATEDFIELDSF_BASE_PATH', dirname( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
22
  define('CP_CALCULATEDFIELDSF_BASE_NAME', plugin_basename( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
3
  Plugin Name: Calculated Fields Form
4
  Plugin URI: https://cff.dwbooster.com
5
  Description: Create forms with field values calculated based in other form field values.
6
+ Version: 1.1.100
7
  Text Domain: calculated-fields-form
8
  Author: CodePeople
9
  Author URI: https://cff.dwbooster.com
16
  }
17
 
18
  // Defining main constants
19
+ define('CP_CALCULATEDFIELDSF_VERSION', '1.1.100' );
20
  define('CP_CALCULATEDFIELDSF_MAIN_FILE_PATH', __FILE__ );
21
  define('CP_CALCULATEDFIELDSF_BASE_PATH', dirname( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
22
  define('CP_CALCULATEDFIELDSF_BASE_NAME', plugin_basename( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
css/stylepublic.css CHANGED
@@ -3,6 +3,7 @@
3
  #fbuilder,
4
  #fbuilder *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
5
  #fbuilder .fields,#fbuilder .fform{padding:5px 0px;clear:both;}
 
6
  #fbuilder .fields:not(.cff-container-field){padding:5px;}
7
  #fbuilder .fform h1,
8
  #fbuilder .fform h2{margin:5px 0px;padding:0px;}
3
  #fbuilder,
4
  #fbuilder *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
5
  #fbuilder .fields,#fbuilder .fform{padding:5px 0px;clear:both;}
6
+ #fbuilder .fform:empty{display:none;}
7
  #fbuilder .fields:not(.cff-container-field){padding:5px;}
8
  #fbuilder .fform h1,
9
  #fbuilder .fform h2{margin:5px 0px;padding:0px;}
inc/cpcff_admin_int.inc.php CHANGED
@@ -402,7 +402,9 @@ $cpcff_texts_array = CPCFF_AUXILIARY::array_replace_recursive(
402
 
403
  <tr valign="top">
404
  <th scope="row"><?php _e( 'Currency', 'calculated-fields-form' ); ?></th>
405
- <td><input type="text" name="currency" value="<?php echo esc_attr($form_obj->get_option('currency',CP_CALCULATEDFIELDSF_DEFAULT_CURRENCY)); ?>" /></td>
 
 
406
  </tr>
407
 
408
  <tr valign="top">
402
 
403
  <tr valign="top">
404
  <th scope="row"><?php _e( 'Currency', 'calculated-fields-form' ); ?></th>
405
+ <td><input type="text" name="currency" value="<?php echo esc_attr($form_obj->get_option('currency',CP_CALCULATEDFIELDSF_DEFAULT_CURRENCY)); ?>" /><br>
406
+ <b>USD</b> (<?php esc_html_e('United States dollar', 'calculated-fields-form'); ?>), <b>EUR</b> (Euro), <b>GBP</b> (<?php esc_html_e('Pound sterling', 'calculated-fields-form'); ?>), ... (<a href="https://developer.paypal.com/docs/api/reference/currency-codes/" target="_blank"><?php esc_html_e('PayPal Currency Codes', 'calculated-fields-form');?></a>)
407
+ </td>
408
  </tr>
409
 
410
  <tr valign="top">
js/fbuilder-pro-public.jquery.js CHANGED
@@ -1,4 +1,4 @@
1
- $.fbuilder['version'] = '1.1.99';
2
  $.fbuilder['controls'] = $.fbuilder['controls'] || {};
3
  $.fbuilder['forms'] = $.fbuilder['forms'] || {};
4
 
@@ -540,7 +540,7 @@
540
  animate_form:0,
541
  autocomplete:1,
542
  show:function(){
543
- return '<div class="fform" id="field"><h2>'+this.title+'</h2><span>'+this.description+'</span></div>';
544
  },
545
  after_show:function( id ){
546
  // Common validators
1
+ $.fbuilder['version'] = '1.1.100';
2
  $.fbuilder['controls'] = $.fbuilder['controls'] || {};
3
  $.fbuilder['forms'] = $.fbuilder['forms'] || {};
4
 
540
  animate_form:0,
541
  autocomplete:1,
542
  show:function(){
543
+ return '<div class="fform" id="field">'+( !/^\s*$/.test( this.title ) ? '<h2>'+this.title+'</h2>' : '' )+( !/^\s*$/.test( this.description ) ? '<span>'+this.description+'</span>' : '' )+'</div>';
544
  },
545
  after_show:function( id ){
546
  // Common validators
js/fields-public/29_fbuilder.ffieldset.fc.js CHANGED
@@ -13,7 +13,7 @@
13
  rearrange: 0,
14
  show:function()
15
  {
16
- return '<div class="fields '+cff_esc_attr(this.csslayout)+' '+this.name+' cff-container-field '+((this.collapsible) ? 'cff-collapsible'+((this.selfClosing) ? ' cff-selfclosing' : '')+((this.defaultCollapsed) ? ' cff-collapsed' : '') : '')+'" id="field'+this.form_identifier+'-'+this.index+'"><FIELDSET>'+((!/^\s*$/.test(this.title)) ? '<LEGEND>'+this.title+'</LEGEND>' : '')+'<div id="'+this.name+'"></div></FIELDSET><div class="clearer"></div></div>';
17
  },
18
  after_show: function()
19
  {
13
  rearrange: 0,
14
  show:function()
15
  {
16
+ return '<div class="fields '+cff_esc_attr(this.csslayout)+' '+this.name+' cff-container-field '+((this.collapsible) ? 'cff-collapsible'+((this.selfClosing) ? ' cff-selfclosing' : '')+((this.defaultCollapsed) ? ' cff-collapsed' : '') : '')+'" id="field'+this.form_identifier+'-'+this.index+'"><FIELDSET>'+((!/^\s*$/.test(this.title) || this.collapsible) ? '<LEGEND>'+this.title+'</LEGEND>' : '')+'<div id="'+this.name+'"></div></FIELDSET><div class="clearer"></div></div>';
17
  },
18
  after_show: function()
19
  {
languages/calculated-fields-form-en_US.mo CHANGED
Binary file
languages/calculated-fields-form-en_US.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2022-07-19 02:05+0200\n"
5
- "PO-Revision-Date: 2022-07-19 02:05+0200\n"
6
  "Last-Translator: CodePeople\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
@@ -91,7 +91,7 @@ msgid "Select a revision"
91
  msgstr ""
92
 
93
  #: inc/cpcff_admin_int.inc.php:103 inc/cpcff_admin_int.inc.php:246
94
- #: inc/cpcff_admin_int.inc.php:639
95
  msgid "Preview"
96
  msgstr ""
97
 
@@ -140,7 +140,7 @@ msgid "Field Settings"
140
  msgstr ""
141
 
142
  #: inc/cpcff_admin_int.inc.php:245 inc/cpcff_admin_int.inc.php:370
143
- #: inc/cpcff_admin_int.inc.php:683
144
  msgid "Save Changes"
145
  msgstr ""
146
 
@@ -201,9 +201,9 @@ msgid ""
201
  msgstr ""
202
 
203
  #: inc/cpcff_admin_int.inc.php:291 inc/cpcff_admin_int.inc.php:355
204
- #: inc/cpcff_admin_int.inc.php:440 inc/cpcff_admin_int.inc.php:514
205
- #: inc/cpcff_admin_int.inc.php:563 inc/cpcff_admin_int.inc.php:605
206
- #: inc/cpcff_admin_int.inc.php:672
207
  msgid "Up to form structure"
208
  msgstr ""
209
 
@@ -265,12 +265,12 @@ msgid ""
265
  "Divi, and for the other page builders insert the shortcode directly."
266
  msgstr ""
267
 
268
- #: inc/cpcff_admin_int.inc.php:373 inc/cpcff_admin_int.inc.php:686
269
  #: inc/cpcff_admin_int_list.inc.php:432
270
  msgid "Request Custom Modifications"
271
  msgstr ""
272
 
273
- #: inc/cpcff_admin_int.inc.php:373 inc/cpcff_admin_int.inc.php:686
274
  #: inc/cpcff_admin_int_list.inc.php:432 inc/cpcff_main.inc.php:224
275
  msgid "Help"
276
  msgstr ""
@@ -302,269 +302,269 @@ msgstr ""
302
  msgid "Currency"
303
  msgstr ""
304
 
305
- #: inc/cpcff_admin_int.inc.php:409
306
  msgid "Base amount"
307
  msgstr ""
308
 
309
- #: inc/cpcff_admin_int.inc.php:410
310
  msgid ""
311
  "Minimum amount to charge. If the final price is lesser than this number, the "
312
  "base amount will be applied."
313
  msgstr ""
314
 
315
- #: inc/cpcff_admin_int.inc.php:415
316
  msgid "Paypal product name"
317
  msgstr ""
318
 
319
- #: inc/cpcff_admin_int.inc.php:420
320
  msgid "Discount Codes"
321
  msgstr ""
322
 
323
- #: inc/cpcff_admin_int.inc.php:422
324
  msgid "This feature isn't available in this version."
325
  msgstr ""
326
 
327
- #: inc/cpcff_admin_int.inc.php:425
328
  msgid "Add new discount code"
329
  msgstr ""
330
 
331
- #: inc/cpcff_admin_int.inc.php:427
332
  msgid "Code"
333
  msgstr ""
334
 
335
- #: inc/cpcff_admin_int.inc.php:428
336
  msgid "Discount"
337
  msgstr ""
338
 
339
- #: inc/cpcff_admin_int.inc.php:429
340
  msgid "Percent"
341
  msgstr ""
342
 
343
- #: inc/cpcff_admin_int.inc.php:430
344
  msgid "Fixed Value"
345
  msgstr ""
346
 
347
- #: inc/cpcff_admin_int.inc.php:433
348
  msgid "Valid until"
349
  msgstr ""
350
 
351
- #: inc/cpcff_admin_int.inc.php:434
352
  msgid "Add"
353
  msgstr ""
354
 
355
- #: inc/cpcff_admin_int.inc.php:436
356
  msgid "Note: Expiration date based in server time. Server time now is"
357
  msgstr ""
358
 
359
- #: inc/cpcff_admin_int.inc.php:445
360
  msgid "Paypal Payment Configuration"
361
  msgstr ""
362
 
363
- #: inc/cpcff_admin_int.inc.php:450
364
  msgid "Enable Paypal Payments?"
365
  msgstr ""
366
 
367
- #: inc/cpcff_admin_int.inc.php:452 inc/cpcff_admin_int.inc.php:540
368
- #: inc/cpcff_admin_int.inc.php:578 inc/cpcff_admin_int.inc.php:619
369
  msgid "No"
370
  msgstr ""
371
 
372
- #: inc/cpcff_admin_int.inc.php:454
373
  msgid ""
374
  "Note: If \"Optional\" is selected, a radiobutton will appear in the form to "
375
  "select if the payment will be made with PayPal or not."
376
  msgstr ""
377
 
378
- #: inc/cpcff_admin_int.inc.php:456
379
  msgid "Label for the \"<strong>Pay with PayPal</strong>\" option"
380
  msgstr ""
381
 
382
- #: inc/cpcff_admin_int.inc.php:462
383
  msgid "Paypal Mode"
384
  msgstr ""
385
 
386
- #: inc/cpcff_admin_int.inc.php:464
387
  msgid "Production - real payments processed"
388
  msgstr ""
389
 
390
- #: inc/cpcff_admin_int.inc.php:465
391
  msgid "SandBox - PayPal testing sandbox area"
392
  msgstr ""
393
 
394
- #: inc/cpcff_admin_int.inc.php:471
395
  msgid "Paypal email"
396
  msgstr ""
397
 
398
- #: inc/cpcff_admin_int.inc.php:476
399
  msgid "A $0 amount to pay means"
400
  msgstr ""
401
 
402
- #: inc/cpcff_admin_int.inc.php:478
403
  msgid "Let the user enter any amount at PayPal (ex: for a donation)"
404
  msgstr ""
405
 
406
- #: inc/cpcff_admin_int.inc.php:479
407
  msgid "Don't require any payment. Form is submitted skiping the PayPal page."
408
  msgstr ""
409
 
410
- #: inc/cpcff_admin_int.inc.php:485
411
  msgid "Paypal language"
412
  msgstr ""
413
 
414
- #: inc/cpcff_admin_int.inc.php:490
415
  msgid "Payment frequency"
416
  msgstr ""
417
 
418
- #: inc/cpcff_admin_int.inc.php:494
419
  msgid "One time payment (default option, user is billed only once)"
420
  msgstr ""
421
 
422
- #: inc/cpcff_admin_int.inc.php:495
423
  msgid "Bill the user every 1 month"
424
  msgstr ""
425
 
426
- #: inc/cpcff_admin_int.inc.php:496
427
  msgid "Bill the user every 3 months"
428
  msgstr ""
429
 
430
- #: inc/cpcff_admin_int.inc.php:497
431
  msgid "Bill the user every 6 months"
432
  msgstr ""
433
 
434
- #: inc/cpcff_admin_int.inc.php:498
435
  msgid "Bill the user every 12 months"
436
  msgstr ""
437
 
438
- #: inc/cpcff_admin_int.inc.php:503
439
  msgid "Paypal prompt buyers for shipping address"
440
  msgstr ""
441
 
442
- #: inc/cpcff_admin_int.inc.php:507
443
  msgid "Do not prompt for an address"
444
  msgstr ""
445
 
446
- #: inc/cpcff_admin_int.inc.php:508
447
  msgid "Prompt for an address, but do not require one"
448
  msgstr ""
449
 
450
- #: inc/cpcff_admin_int.inc.php:509
451
  msgid "Prompt for an address and require one"
452
  msgstr ""
453
 
454
- #: inc/cpcff_admin_int.inc.php:519
455
  msgid "Form Processing / Email Settings"
456
  msgstr ""
457
 
458
- #: inc/cpcff_admin_int.inc.php:523
459
  msgid "\"From\" email"
460
  msgstr ""
461
 
462
- #: inc/cpcff_admin_int.inc.php:524
463
  msgid ""
464
  "This email is required if the \"From fixed email address\" option is "
465
  "selected, or it is enabled the email copy to the user."
466
  msgstr ""
467
 
468
- #: inc/cpcff_admin_int.inc.php:527
469
  msgid "Destination emails (comma separated)"
470
  msgstr ""
471
 
472
- #: inc/cpcff_admin_int.inc.php:531 inc/cpcff_admin_int.inc.php:587
473
  msgid "Email subject"
474
  msgstr ""
475
 
476
- #: inc/cpcff_admin_int.inc.php:535
477
  msgid "Include additional information?"
478
  msgstr ""
479
 
480
- #: inc/cpcff_admin_int.inc.php:539 inc/cpcff_admin_int.inc.php:577
481
- #: inc/cpcff_admin_int.inc.php:618
482
  msgid "Yes"
483
  msgstr ""
484
 
485
- #: inc/cpcff_admin_int.inc.php:541
486
  msgid ""
487
  "If the \"No\" option is selected the plugin won't capture the IP address of "
488
  "users."
489
  msgstr ""
490
 
491
- #: inc/cpcff_admin_int.inc.php:545
492
  msgid "Thank you page (after sending the message)"
493
  msgstr ""
494
 
495
- #: inc/cpcff_admin_int.inc.php:549 inc/cpcff_admin_int.inc.php:591
496
  msgid "Email format?"
497
  msgstr ""
498
 
499
- #: inc/cpcff_admin_int.inc.php:553 inc/cpcff_admin_int.inc.php:595
500
  msgid "Plain Text (default)"
501
  msgstr ""
502
 
503
- #: inc/cpcff_admin_int.inc.php:554 inc/cpcff_admin_int.inc.php:596
504
  msgid "HTML (use html in the textarea below)"
505
  msgstr ""
506
 
507
- #: inc/cpcff_admin_int.inc.php:559 inc/cpcff_admin_int.inc.php:601
508
  msgid "Message"
509
  msgstr ""
510
 
511
- #: inc/cpcff_admin_int.inc.php:569
512
  msgid "Email Copy to User"
513
  msgstr ""
514
 
515
- #: inc/cpcff_admin_int.inc.php:573
516
  msgid "Send confirmation/thank you message to user?"
517
  msgstr ""
518
 
519
- #: inc/cpcff_admin_int.inc.php:583
520
  msgid "Email field on the form"
521
  msgstr ""
522
 
523
- #: inc/cpcff_admin_int.inc.php:610
524
  msgid "Captcha Verification"
525
  msgstr ""
526
 
527
- #: inc/cpcff_admin_int.inc.php:614
528
  msgid "Use Captcha Verification?"
529
  msgstr ""
530
 
531
- #: inc/cpcff_admin_int.inc.php:625
532
  msgid "Width"
533
  msgstr ""
534
 
535
- #: inc/cpcff_admin_int.inc.php:627
536
  msgid "Height"
537
  msgstr ""
538
 
539
- #: inc/cpcff_admin_int.inc.php:629
540
  msgid "Chars"
541
  msgstr ""
542
 
543
- #: inc/cpcff_admin_int.inc.php:634
544
  msgid "Min font size"
545
  msgstr ""
546
 
547
- #: inc/cpcff_admin_int.inc.php:636
548
  msgid "Max font size"
549
  msgstr ""
550
 
551
- #: inc/cpcff_admin_int.inc.php:641
552
  msgid "security code"
553
  msgstr ""
554
 
555
- #: inc/cpcff_admin_int.inc.php:647
556
  msgid "Noise"
557
  msgstr ""
558
 
559
- #: inc/cpcff_admin_int.inc.php:649
560
  msgid "Noise Length"
561
  msgstr ""
562
 
563
- #: inc/cpcff_admin_int.inc.php:654
564
  msgid "Background"
565
  msgstr ""
566
 
567
- #: inc/cpcff_admin_int.inc.php:661
568
  msgid "Font"
569
  msgstr ""
570
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2022-07-25 20:02+0200\n"
5
+ "PO-Revision-Date: 2022-07-25 20:02+0200\n"
6
  "Last-Translator: CodePeople\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
91
  msgstr ""
92
 
93
  #: inc/cpcff_admin_int.inc.php:103 inc/cpcff_admin_int.inc.php:246
94
+ #: inc/cpcff_admin_int.inc.php:641
95
  msgid "Preview"
96
  msgstr ""
97
 
140
  msgstr ""
141
 
142
  #: inc/cpcff_admin_int.inc.php:245 inc/cpcff_admin_int.inc.php:370
143
+ #: inc/cpcff_admin_int.inc.php:685
144
  msgid "Save Changes"
145
  msgstr ""
146
 
201
  msgstr ""
202
 
203
  #: inc/cpcff_admin_int.inc.php:291 inc/cpcff_admin_int.inc.php:355
204
+ #: inc/cpcff_admin_int.inc.php:442 inc/cpcff_admin_int.inc.php:516
205
+ #: inc/cpcff_admin_int.inc.php:565 inc/cpcff_admin_int.inc.php:607
206
+ #: inc/cpcff_admin_int.inc.php:674
207
  msgid "Up to form structure"
208
  msgstr ""
209
 
265
  "Divi, and for the other page builders insert the shortcode directly."
266
  msgstr ""
267
 
268
+ #: inc/cpcff_admin_int.inc.php:373 inc/cpcff_admin_int.inc.php:688
269
  #: inc/cpcff_admin_int_list.inc.php:432
270
  msgid "Request Custom Modifications"
271
  msgstr ""
272
 
273
+ #: inc/cpcff_admin_int.inc.php:373 inc/cpcff_admin_int.inc.php:688
274
  #: inc/cpcff_admin_int_list.inc.php:432 inc/cpcff_main.inc.php:224
275
  msgid "Help"
276
  msgstr ""
302
  msgid "Currency"
303
  msgstr ""
304
 
305
+ #: inc/cpcff_admin_int.inc.php:411
306
  msgid "Base amount"
307
  msgstr ""
308
 
309
+ #: inc/cpcff_admin_int.inc.php:412
310
  msgid ""
311
  "Minimum amount to charge. If the final price is lesser than this number, the "
312
  "base amount will be applied."
313
  msgstr ""
314
 
315
+ #: inc/cpcff_admin_int.inc.php:417
316
  msgid "Paypal product name"
317
  msgstr ""
318
 
319
+ #: inc/cpcff_admin_int.inc.php:422
320
  msgid "Discount Codes"
321
  msgstr ""
322
 
323
+ #: inc/cpcff_admin_int.inc.php:424
324
  msgid "This feature isn't available in this version."
325
  msgstr ""
326
 
327
+ #: inc/cpcff_admin_int.inc.php:427
328
  msgid "Add new discount code"
329
  msgstr ""
330
 
331
+ #: inc/cpcff_admin_int.inc.php:429
332
  msgid "Code"
333
  msgstr ""
334
 
335
+ #: inc/cpcff_admin_int.inc.php:430
336
  msgid "Discount"
337
  msgstr ""
338
 
339
+ #: inc/cpcff_admin_int.inc.php:431
340
  msgid "Percent"
341
  msgstr ""
342
 
343
+ #: inc/cpcff_admin_int.inc.php:432
344
  msgid "Fixed Value"
345
  msgstr ""
346
 
347
+ #: inc/cpcff_admin_int.inc.php:435
348
  msgid "Valid until"
349
  msgstr ""
350
 
351
+ #: inc/cpcff_admin_int.inc.php:436
352
  msgid "Add"
353
  msgstr ""
354
 
355
+ #: inc/cpcff_admin_int.inc.php:438
356
  msgid "Note: Expiration date based in server time. Server time now is"
357
  msgstr ""
358
 
359
+ #: inc/cpcff_admin_int.inc.php:447
360
  msgid "Paypal Payment Configuration"
361
  msgstr ""
362
 
363
+ #: inc/cpcff_admin_int.inc.php:452
364
  msgid "Enable Paypal Payments?"
365
  msgstr ""
366
 
367
+ #: inc/cpcff_admin_int.inc.php:454 inc/cpcff_admin_int.inc.php:542
368
+ #: inc/cpcff_admin_int.inc.php:580 inc/cpcff_admin_int.inc.php:621
369
  msgid "No"
370
  msgstr ""
371
 
372
+ #: inc/cpcff_admin_int.inc.php:456
373
  msgid ""
374
  "Note: If \"Optional\" is selected, a radiobutton will appear in the form to "
375
  "select if the payment will be made with PayPal or not."
376
  msgstr ""
377
 
378
+ #: inc/cpcff_admin_int.inc.php:458
379
  msgid "Label for the \"<strong>Pay with PayPal</strong>\" option"
380
  msgstr ""
381
 
382
+ #: inc/cpcff_admin_int.inc.php:464
383
  msgid "Paypal Mode"
384
  msgstr ""
385
 
386
+ #: inc/cpcff_admin_int.inc.php:466
387
  msgid "Production - real payments processed"
388
  msgstr ""
389
 
390
+ #: inc/cpcff_admin_int.inc.php:467
391
  msgid "SandBox - PayPal testing sandbox area"
392
  msgstr ""
393
 
394
+ #: inc/cpcff_admin_int.inc.php:473
395
  msgid "Paypal email"
396
  msgstr ""
397
 
398
+ #: inc/cpcff_admin_int.inc.php:478
399
  msgid "A $0 amount to pay means"
400
  msgstr ""
401
 
402
+ #: inc/cpcff_admin_int.inc.php:480
403
  msgid "Let the user enter any amount at PayPal (ex: for a donation)"
404
  msgstr ""
405
 
406
+ #: inc/cpcff_admin_int.inc.php:481
407
  msgid "Don't require any payment. Form is submitted skiping the PayPal page."
408
  msgstr ""
409
 
410
+ #: inc/cpcff_admin_int.inc.php:487
411
  msgid "Paypal language"
412
  msgstr ""
413
 
414
+ #: inc/cpcff_admin_int.inc.php:492
415
  msgid "Payment frequency"
416
  msgstr ""
417
 
418
+ #: inc/cpcff_admin_int.inc.php:496
419
  msgid "One time payment (default option, user is billed only once)"
420
  msgstr ""
421
 
422
+ #: inc/cpcff_admin_int.inc.php:497
423
  msgid "Bill the user every 1 month"
424
  msgstr ""
425
 
426
+ #: inc/cpcff_admin_int.inc.php:498
427
  msgid "Bill the user every 3 months"
428
  msgstr ""
429
 
430
+ #: inc/cpcff_admin_int.inc.php:499
431
  msgid "Bill the user every 6 months"
432
  msgstr ""
433
 
434
+ #: inc/cpcff_admin_int.inc.php:500
435
  msgid "Bill the user every 12 months"
436
  msgstr ""
437
 
438
+ #: inc/cpcff_admin_int.inc.php:505
439
  msgid "Paypal prompt buyers for shipping address"
440
  msgstr ""
441
 
442
+ #: inc/cpcff_admin_int.inc.php:509
443
  msgid "Do not prompt for an address"
444
  msgstr ""
445
 
446
+ #: inc/cpcff_admin_int.inc.php:510
447
  msgid "Prompt for an address, but do not require one"
448
  msgstr ""
449
 
450
+ #: inc/cpcff_admin_int.inc.php:511
451
  msgid "Prompt for an address and require one"
452
  msgstr ""
453
 
454
+ #: inc/cpcff_admin_int.inc.php:521
455
  msgid "Form Processing / Email Settings"
456
  msgstr ""
457
 
458
+ #: inc/cpcff_admin_int.inc.php:525
459
  msgid "\"From\" email"
460
  msgstr ""
461
 
462
+ #: inc/cpcff_admin_int.inc.php:526
463
  msgid ""
464
  "This email is required if the \"From fixed email address\" option is "
465
  "selected, or it is enabled the email copy to the user."
466
  msgstr ""
467
 
468
+ #: inc/cpcff_admin_int.inc.php:529
469
  msgid "Destination emails (comma separated)"
470
  msgstr ""
471
 
472
+ #: inc/cpcff_admin_int.inc.php:533 inc/cpcff_admin_int.inc.php:589
473
  msgid "Email subject"
474
  msgstr ""
475
 
476
+ #: inc/cpcff_admin_int.inc.php:537
477
  msgid "Include additional information?"
478
  msgstr ""
479
 
480
+ #: inc/cpcff_admin_int.inc.php:541 inc/cpcff_admin_int.inc.php:579
481
+ #: inc/cpcff_admin_int.inc.php:620
482
  msgid "Yes"
483
  msgstr ""
484
 
485
+ #: inc/cpcff_admin_int.inc.php:543
486
  msgid ""
487
  "If the \"No\" option is selected the plugin won't capture the IP address of "
488
  "users."
489
  msgstr ""
490
 
491
+ #: inc/cpcff_admin_int.inc.php:547
492
  msgid "Thank you page (after sending the message)"
493
  msgstr ""
494
 
495
+ #: inc/cpcff_admin_int.inc.php:551 inc/cpcff_admin_int.inc.php:593
496
  msgid "Email format?"
497
  msgstr ""
498
 
499
+ #: inc/cpcff_admin_int.inc.php:555 inc/cpcff_admin_int.inc.php:597
500
  msgid "Plain Text (default)"
501
  msgstr ""
502
 
503
+ #: inc/cpcff_admin_int.inc.php:556 inc/cpcff_admin_int.inc.php:598
504
  msgid "HTML (use html in the textarea below)"
505
  msgstr ""
506
 
507
+ #: inc/cpcff_admin_int.inc.php:561 inc/cpcff_admin_int.inc.php:603
508
  msgid "Message"
509
  msgstr ""
510
 
511
+ #: inc/cpcff_admin_int.inc.php:571
512
  msgid "Email Copy to User"
513
  msgstr ""
514
 
515
+ #: inc/cpcff_admin_int.inc.php:575
516
  msgid "Send confirmation/thank you message to user?"
517
  msgstr ""
518
 
519
+ #: inc/cpcff_admin_int.inc.php:585
520
  msgid "Email field on the form"
521
  msgstr ""
522
 
523
+ #: inc/cpcff_admin_int.inc.php:612
524
  msgid "Captcha Verification"
525
  msgstr ""
526
 
527
+ #: inc/cpcff_admin_int.inc.php:616
528
  msgid "Use Captcha Verification?"
529
  msgstr ""
530
 
531
+ #: inc/cpcff_admin_int.inc.php:627
532
  msgid "Width"
533
  msgstr ""
534
 
535
+ #: inc/cpcff_admin_int.inc.php:629
536
  msgid "Height"
537
  msgstr ""
538
 
539
+ #: inc/cpcff_admin_int.inc.php:631
540
  msgid "Chars"
541
  msgstr ""
542
 
543
+ #: inc/cpcff_admin_int.inc.php:636
544
  msgid "Min font size"
545
  msgstr ""
546
 
547
+ #: inc/cpcff_admin_int.inc.php:638
548
  msgid "Max font size"
549
  msgstr ""
550
 
551
+ #: inc/cpcff_admin_int.inc.php:643
552
  msgid "security code"
553
  msgstr ""
554
 
555
+ #: inc/cpcff_admin_int.inc.php:649
556
  msgid "Noise"
557
  msgstr ""
558
 
559
+ #: inc/cpcff_admin_int.inc.php:651
560
  msgid "Noise Length"
561
  msgstr ""
562
 
563
+ #: inc/cpcff_admin_int.inc.php:656
564
  msgid "Background"
565
  msgstr ""
566
 
567
+ #: inc/cpcff_admin_int.inc.php:663
568
  msgid "Font"
569
  msgstr ""
570