Version Description
Download this release
Release Info
Developer | PankajAgarwal |
Plugin | FormGet Contact Form |
Version | 3.4 |
Comparing to | |
See all releases |
Code changes from version 3.5 to 3.4
- index.php +3 -2
- readme.txt +1 -4
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: FormGet Contact Form
|
4 |
Plugin URI: http://www.formget.com
|
5 |
Description: FormGet Contact Form is an eassy and effective form builder tool which enable you to bulid and embed form on your website in few steps. With FormGet Contact Form manage all your contact forms and your entire client communication at one single place.
|
6 |
-
Version: 3.
|
7 |
Author: FormGet
|
8 |
Author URI: http://www.formget.com
|
9 |
*/
|
@@ -254,7 +254,7 @@ if (!function_exists('embeded_code')) {
|
|
254 |
$fg_list_page_id = get_option('fg_checked_page_id');
|
255 |
global $wpdb;
|
256 |
$fg_iframe_form = get_option('fg_embed_code');
|
257 |
-
$string = "
|
258 |
$pos = strpos($fg_iframe_form, $string);
|
259 |
if (!empty($fg_list_page_id)) {
|
260 |
foreach ($fg_list_page_id as $key) {
|
@@ -276,6 +276,7 @@ if (!function_exists('embeded_code')) {
|
|
276 |
}
|
277 |
}
|
278 |
}
|
|
|
279 |
}
|
280 |
|
281 |
if (!is_admin()) {
|
3 |
Plugin Name: FormGet Contact Form
|
4 |
Plugin URI: http://www.formget.com
|
5 |
Description: FormGet Contact Form is an eassy and effective form builder tool which enable you to bulid and embed form on your website in few steps. With FormGet Contact Form manage all your contact forms and your entire client communication at one single place.
|
6 |
+
Version: 3.4
|
7 |
Author: FormGet
|
8 |
Author URI: http://www.formget.com
|
9 |
*/
|
254 |
$fg_list_page_id = get_option('fg_checked_page_id');
|
255 |
global $wpdb;
|
256 |
$fg_iframe_form = get_option('fg_embed_code');
|
257 |
+
$string = "sideBars";
|
258 |
$pos = strpos($fg_iframe_form, $string);
|
259 |
if (!empty($fg_list_page_id)) {
|
260 |
foreach ($fg_list_page_id as $key) {
|
276 |
}
|
277 |
}
|
278 |
}
|
279 |
+
|
280 |
}
|
281 |
|
282 |
if (!is_admin()) {
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: PankajAgarwal
|
|
3 |
Tags: contact form, contact, form, forms, contact form plugin, contact form builder, contact form with recaptcha, feedback form, contact us, request form, contact button, drag and drop contact form, file upload contact form, contact form to email, contact form payments, contact for paypal, form solution, form builder, feedback, easy contact form, helpdesk
|
4 |
Requires at least: 3.5.0
|
5 |
Tested up to: 3.5.1
|
6 |
-
Stable tag: 3.
|
7 |
|
8 |
FormGet Contact Form manage all your contact forms using single dashboard. Just a click on fields and your contact form is ready for use.
|
9 |
|
@@ -165,9 +165,6 @@ When you create account in FormGet you automatically get support desk. All the e
|
|
165 |
|
166 |
== Changelog ==
|
167 |
|
168 |
-
= Version 3.5 =
|
169 |
-
* Embed section issues resolve.
|
170 |
-
|
171 |
= Version 3.4 =
|
172 |
* Improvement in FormGet User Interface design.
|
173 |
|
3 |
Tags: contact form, contact, form, forms, contact form plugin, contact form builder, contact form with recaptcha, feedback form, contact us, request form, contact button, drag and drop contact form, file upload contact form, contact form to email, contact form payments, contact for paypal, form solution, form builder, feedback, easy contact form, helpdesk
|
4 |
Requires at least: 3.5.0
|
5 |
Tested up to: 3.5.1
|
6 |
+
Stable tag: 3.4
|
7 |
|
8 |
FormGet Contact Form manage all your contact forms using single dashboard. Just a click on fields and your contact form is ready for use.
|
9 |
|
165 |
|
166 |
== Changelog ==
|
167 |
|
|
|
|
|
|
|
168 |
= Version 3.4 =
|
169 |
* Improvement in FormGet User Interface design.
|
170 |
|