Custom Contact Forms - Version 4.7.0.2

Version Description

We are planning to add popover forms and file attachments soon.

Download this release

Release Info

Developer tlovett1
Plugin Icon 128x128 Custom Contact Forms
Version 4.7.0.2
Comparing to
See all releases

Code changes from version 4.7.0.1 to 4.7.0.2

custom-contact-forms.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
  Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
6
- Version: 4.7.0.1
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
  Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
6
+ Version: 4.7.0.2
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
js/custom-contact-forms-admin-ajax.js CHANGED
@@ -236,8 +236,9 @@ $j(document).ready(function() {
236
  url: ccfAjax.url,
237
  data: "nonce=" + ccfLang.nonce + "&action=ccf-ajax&object_detach=1&detach_object_id=" + detach_object_id + "&object_id=" + object_id + "&object_type=" + object_type,
238
  success: function(data) {
239
- pattern = new RegExp('<option .*?value="?' + detach_object_id + '"?>.*?<\/option>', "i");
240
  //alert('<option value="' + detach_object_id + '">.*?<\/option>');
 
241
  new_options = detach_object_field.html().replace(pattern, '');
242
  //alert(new_options);
243
  var patt = /<\/option>/i;
236
  url: ccfAjax.url,
237
  data: "nonce=" + ccfLang.nonce + "&action=ccf-ajax&object_detach=1&detach_object_id=" + detach_object_id + "&object_id=" + object_id + "&object_type=" + object_type,
238
  success: function(data) {
239
+ pattern = new RegExp('<option[^>]*?value="?' + detach_object_id + '"?[^>]*?>.*?<\/option>', "i");
240
  //alert('<option value="' + detach_object_id + '">.*?<\/option>');
241
+ //alert(detach_object_field.html().match(pattern));
242
  new_options = detach_object_field.html().replace(pattern, '');
243
  //alert(new_options);
244
  var patt = /<\/option>/i;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.taylorlovett.com
4
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
5
  Requires at least: 2.8.1
6
  Tested up to: 3.2.1
7
- Stable tag: 4.7.0.1
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
4
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
5
  Requires at least: 2.8.1
6
  Tested up to: 3.2.1
7
+ Stable tag: 4.7.0.2
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10