Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form Builder – a plugin for creating contact and feedback forms |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
- admin/views/CFMViewManage_cfm.php +12 -26
- contact-form-builder.php +1 -1
- css/contact_form_maker_frontend.css +4 -4
- readme.txt +4 -3
admin/views/CFMViewManage_cfm.php
CHANGED
@@ -257,26 +257,21 @@ class CFMViewManage_cfm {
|
|
257 |
if (wdtype == "type_address") {
|
258 |
addr_id = parseInt(wdid);
|
259 |
id_for_country = addr_id;
|
260 |
-
if (document.getElementById(id_for_country + "_mini_label_street1"))
|
261 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_street1").innerHTML + '#**label**#type_address#****#';
|
262 |
-
|
263 |
-
|
264 |
-
if (document.getElementById(id_for_country + "_mini_label_street2")) {
|
265 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_street2").innerHTML + '#**label**#type_address#****#';
|
266 |
-
|
267 |
-
|
268 |
-
if (document.getElementById(id_for_country+"_mini_label_city")) {
|
269 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_city").innerHTML + '#**label**#type_address#****#';
|
270 |
-
|
271 |
-
|
272 |
-
if (document.getElementById(id_for_country + "_mini_label_state")) {
|
273 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_state").innerHTML + '#**label**#type_address#****#';
|
274 |
-
|
275 |
-
|
276 |
-
if (document.getElementById(id_for_country + "_mini_label_postal")) {
|
277 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_postal").innerHTML + '#**label**#type_address#****#';
|
278 |
-
|
279 |
-
}
|
280 |
if (document.getElementById(id_for_country+"_mini_label_country")) {
|
281 |
tox=tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_country").innerHTML + '#**label**#type_address#****#';
|
282 |
}
|
@@ -730,18 +725,9 @@ class CFMViewManage_cfm {
|
|
730 |
form_view_count = 0;
|
731 |
document.getElementById('araqel').value = 1;
|
732 |
}
|
733 |
-
function
|
734 |
-
if (formOldFunctionOnLoad) {
|
735 |
-
formOldFunctionOnLoad();
|
736 |
-
}
|
737 |
formOnload();
|
738 |
-
}
|
739 |
-
function formLoadBody() {
|
740 |
-
formOldFunctionOnLoad = window.onload;
|
741 |
-
window.onload = formAddToOnload;
|
742 |
-
}
|
743 |
-
var formOldFunctionOnLoad = null;
|
744 |
-
formLoadBody();
|
745 |
</script>
|
746 |
<?php
|
747 |
}
|
257 |
if (wdtype == "type_address") {
|
258 |
addr_id = parseInt(wdid);
|
259 |
id_for_country = addr_id;
|
260 |
+
if (document.getElementById(id_for_country + "_mini_label_street1"))
|
261 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_street1").innerHTML + '#**label**#type_address#****#';
|
262 |
+
addr_id++;
|
263 |
+
if (document.getElementById(id_for_country + "_mini_label_street2"))
|
|
|
264 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_street2").innerHTML + '#**label**#type_address#****#';
|
265 |
+
addr_id++;
|
266 |
+
if (document.getElementById(id_for_country+"_mini_label_city"))
|
|
|
267 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_city").innerHTML + '#**label**#type_address#****#';
|
268 |
+
addr_id++;
|
269 |
+
if (document.getElementById(id_for_country + "_mini_label_state"))
|
|
|
270 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_state").innerHTML + '#**label**#type_address#****#';
|
271 |
+
addr_id++;
|
272 |
+
if (document.getElementById(id_for_country + "_mini_label_postal"))
|
|
|
273 |
tox = tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_postal").innerHTML + '#**label**#type_address#****#';
|
274 |
+
addr_id++;
|
|
|
275 |
if (document.getElementById(id_for_country+"_mini_label_country")) {
|
276 |
tox=tox + addr_id + '#**id**#' + document.getElementById(id_for_country + "_mini_label_country").innerHTML + '#**label**#type_address#****#';
|
277 |
}
|
725 |
form_view_count = 0;
|
726 |
document.getElementById('araqel').value = 1;
|
727 |
}
|
728 |
+
jQuery(window).load(function () {
|
|
|
|
|
|
|
729 |
formOnload();
|
730 |
+
});
|
|
|
|
|
|
|
|
|
|
|
|
|
731 |
</script>
|
732 |
<?php
|
733 |
}
|
contact-form-builder.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Contact Form Builder
|
4 |
* Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
5 |
* Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
|
6 |
-
* Version: 1.0.
|
7 |
* Author: http://web-dorado.com/
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
3 |
* Plugin Name: Contact Form Builder
|
4 |
* Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
5 |
* Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
|
6 |
+
* Version: 1.0.6
|
7 |
* Author: http://web-dorado.com/
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
css/contact_form_maker_frontend.css
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
.
|
2 |
-
|
3 |
}
|
4 |
|
5 |
-
|
6 |
-
width:
|
7 |
}
|
8 |
|
9 |
.radio-div,
|
1 |
+
.wdform-page-and-images {
|
2 |
+
box-sizing: border-box;
|
3 |
}
|
4 |
|
5 |
+
.wdform_row .wdform-field .wdform_map {
|
6 |
+
width: inherit !important;
|
7 |
}
|
8 |
|
9 |
.radio-div,
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Contact Form Builder ===
|
2 |
Contributors: webdorado
|
3 |
Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
4 |
-
Tags: form, forms, contact form, contact forms, contact form plugin,contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contac forms, custom form,Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.1
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -35,7 +35,8 @@ After submitting the form, the users might get a custom text and even receive an
|
|
35 |
* Possibility of deactivating and arranging fields
|
36 |
* Support for additional attributes for each fields
|
37 |
* Blocking IPs and word verification possibilities
|
38 |
-
* No possibility of adding new form fields, possibility to edit and enable/disable the large number of existing fields.
|
|
|
39 |
|
40 |
Upgrade to [WordPress Contact Form Builder](http://web-dorado.com/products/wordpress-contact-form-builder.html) to add features:
|
41 |
|
1 |
=== Contact Form Builder ===
|
2 |
Contributors: webdorado
|
3 |
Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
4 |
+
Tags: form, forms, contact form, contact forms, contact form plugin,contact forms plugin, forms plugin, Contact Form Builder, contact form manager, multiple contac forms, custom form,Contact Form Builder with recaptcha, contact form with google map, feedback form, feedback forms, contact us, wordpress contact form, email form, feedback, web form, contact me, email, contact manager, contact us form
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9.1
|
7 |
+
Stable tag: 1.0.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
35 |
* Possibility of deactivating and arranging fields
|
36 |
* Support for additional attributes for each fields
|
37 |
* Blocking IPs and word verification possibilities
|
38 |
+
* No possibility of adding new form fields, possibility to edit and enable/disable the large number of existing fields.
|
39 |
+
* Detailed Email Options both for the Administrator and User for receiving the submitted data.
|
40 |
|
41 |
Upgrade to [WordPress Contact Form Builder](http://web-dorado.com/products/wordpress-contact-form-builder.html) to add features:
|
42 |
|