Contact Form Email - Version 1.2.48

Version Description

  • SMTP compatibility issue
Download this release

Release Info

Developer codepeople
Plugin Icon 128x128 Contact Form Email
Version 1.2.48
Comparing to
See all releases

Code changes from version 1.2.47 to 1.2.48

Files changed (2) hide show
  1. README.txt +12 -5
  2. form-to-email.php +2 -2
README.txt CHANGED
@@ -55,7 +55,7 @@ There are also commercial versions of the Contact Form to Email with other featu
55
 
56
  Commercial version can be converted in a payment form / booking form with integration with mulitple payment gateways: PayPal Standard, PayPal Pro, Stripe, Authorize.net, Skrill, Mollie / iDeal, TargetPay / iDeal, SagePay, RedSys TPV and Sage Payments.
57
 
58
- Commercial version also features a ultra-powerful visual form builder, file upload fields, conditional logic, multi-page forms, WooCommerce integration, etc...
59
 
60
  = Contact Form to Email Messages List =
61
 
@@ -190,6 +190,8 @@ For doing that, click the desired field into the form builder and in the setting
190
 
191
  The tags have this structure (example): <%fieldname1%>, <%fieldname2%>, <%fieldname3%>, ...
192
 
 
 
193
  = Q: Can I add a reference to the item number (submission number) into the email? =
194
 
195
  A: Use the tag <%itemnumber%> into the email content. That tag will be replaced by the contact form submission item number.
@@ -286,7 +288,7 @@ A: Yes, you can add the tag <%referrer%> to the email content and that tag will
286
 
287
  = Q: How can I apply CSS styles to the contact form fields? =
288
 
289
- A: To modify the **whole styles of the contact form fields and labels**, edit the styles file "wp-content/plugins/contact-form-to-email/css/stylepublic.css" and add these rules at the end of that file:
290
 
291
  * **Change the styles of all the field labels:**
292
 
@@ -338,6 +340,8 @@ A: To modify the **whole styles of the contact form fields and labels**, edit th
338
 
339
  To get the modifications shown into the public contact form you may have to refresh the page twice or clear the browser cache to be sure that the old CSS styles aren't still being shown from the cache.
340
 
 
 
341
  = Q: Are the forms GDPR compliant? =
342
 
343
  A: In all plugin versions you can turn off IP tracking to avoid saving that user info and an "accept terms" / "accept GDPR" field is available.
@@ -363,7 +367,7 @@ There is a settings section info each form that allows to specify the label of t
363
 
364
  The class="pbSubmit" can be used to modify the button styles.
365
 
366
- The styles can be applied into any of the CSS files of your theme or into the CSS file "contact-form-to-email\css\stylepublic.css".
367
 
368
  For further modifications the submit button is located at the end of the file "cp-public-int.inc.php".
369
 
@@ -450,6 +454,9 @@ When you click a field already added into the contact form builder area, you can
450
 
451
  == Changelog ==
452
 
 
 
 
453
  = 1.2.47 =
454
  * GDPR updates and small bug fixes
455
 
@@ -898,5 +905,5 @@ When you click a field already added into the contact form builder area, you can
898
 
899
  == Upgrade Notice ==
900
 
901
- = 1.2.47 =
902
- * GDPR updates and small bug fixes
55
 
56
  Commercial version can be converted in a payment form / booking form with integration with mulitple payment gateways: PayPal Standard, PayPal Pro, Stripe, Authorize.net, Skrill, Mollie / iDeal, TargetPay / iDeal, SagePay, RedSys TPV and Sage Payments.
57
 
58
+ Commercial version also features a ultra-powerful visual form builder, file upload fields, conditional logic, multi-page forms, WooCommerce integration, Mailchimp integration, Clickatell and Twilio SMS integration, iCal attachments, etc...
59
 
60
  = Contact Form to Email Messages List =
61
 
190
 
191
  The tags have this structure (example): &lt;%fieldname1%&gt;, &lt;%fieldname2%&gt;, &lt;%fieldname3%&gt;, ...
192
 
193
+ More info and supported tags at https://form2email.dwbooster.com/faq#q81
194
+
195
  = Q: Can I add a reference to the item number (submission number) into the email? =
196
 
197
  A: Use the tag &lt;%itemnumber%&gt; into the email content. That tag will be replaced by the contact form submission item number.
288
 
289
  = Q: How can I apply CSS styles to the contact form fields? =
290
 
291
+ A: To modify the **whole styles of the contact form fields and labels**, add the needed styles into the "Customization area >> Add Custom Styles" (at the bottom of the page that contains the list of forms)
292
 
293
  * **Change the styles of all the field labels:**
294
 
340
 
341
  To get the modifications shown into the public contact form you may have to refresh the page twice or clear the browser cache to be sure that the old CSS styles aren't still being shown from the cache.
342
 
343
+ More info at add the needed styles into the "Customization area >> Add Custom Styles" (at the bottom of the page that contains the list of calendars)
344
+
345
  = Q: Are the forms GDPR compliant? =
346
 
347
  A: In all plugin versions you can turn off IP tracking to avoid saving that user info and an "accept terms" / "accept GDPR" field is available.
367
 
368
  The class="pbSubmit" can be used to modify the button styles.
369
 
370
+ The styles can be applied into any of the CSS files of your theme or add the needed styles into the "Contact Form to Email plugin >> Customization area >> Add Custom Styles" (at the bottom of the page that contains the list of forms)
371
 
372
  For further modifications the submit button is located at the end of the file "cp-public-int.inc.php".
373
 
454
 
455
  == Changelog ==
456
 
457
+ = 1.2.48 =
458
+ * SMTP compatibility issue
459
+
460
  = 1.2.47 =
461
  * GDPR updates and small bug fixes
462
 
905
 
906
  == Upgrade Notice ==
907
 
908
+ = 1.2.48 =
909
+ * SMTP compatibility issue
form-to-email.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Contact Form Email
4
  Plugin URI: https://form2email.dwbooster.com/download
5
  Description: Contact form that sends the data to email and also to a database list and CSV file.
6
- Version: 1.2.47
7
  Author: CodePeople
8
  Author URI: https://form2email.dwbooster.com
9
  Text Domain: contact-form-to-email
@@ -60,7 +60,7 @@ $cp_cfte_plugin = new CP_ContactFormToEmail;
60
 
61
  register_activation_hook(__FILE__, array($cp_cfte_plugin,'install') );
62
  add_action( 'media_buttons', array($cp_cfte_plugin, 'insert_button'), 11);
63
- add_action( 'plugins_loaded', array($cp_cfte_plugin, 'data_management'));
64
 
65
  function cfte_plugin_init() {
66
  load_plugin_textdomain( 'contact-form-to-email', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
3
  Plugin Name: Contact Form Email
4
  Plugin URI: https://form2email.dwbooster.com/download
5
  Description: Contact form that sends the data to email and also to a database list and CSV file.
6
+ Version: 1.2.48
7
  Author: CodePeople
8
  Author URI: https://form2email.dwbooster.com
9
  Text Domain: contact-form-to-email
60
 
61
  register_activation_hook(__FILE__, array($cp_cfte_plugin,'install') );
62
  add_action( 'media_buttons', array($cp_cfte_plugin, 'insert_button'), 11);
63
+ add_action( 'init', array($cp_cfte_plugin, 'data_management'));
64
 
65
  function cfte_plugin_init() {
66
  load_plugin_textdomain( 'contact-form-to-email', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );