Version Description
Download this release
Release Info
Developer | PankajAgarwal |
Plugin | FormGet Contact Form |
Version | 5.3.7 |
Comparing to | |
See all releases |
Code changes from version 5.3.6 to 5.3.7
- css/fgstyle.css +6 -8
- image/Thumbs.db +0 -0
- image/form_scheduler_icon.png +0 -0
- index.php +22 -17
- js/fg_script.js +2 -3
- readme.txt +8 -5
css/fgstyle.css
CHANGED
@@ -106,7 +106,7 @@ div {
|
|
106 |
border-width: 1px;
|
107 |
border-style: solid;
|
108 |
position: relative;
|
109 |
-
width:
|
110 |
height: auto !important;
|
111 |
}
|
112 |
.fg_group {
|
@@ -172,12 +172,10 @@ h3 {
|
|
172 |
-webkit-margin-end: 0px;
|
173 |
font-weight: bold;
|
174 |
}
|
175 |
-
|
176 |
-
width: 1035px;
|
177 |
-
}
|
178 |
#fg_of_container div#pn_content div.fg_section div.outer_iframe_div div.inner_iframe_div{
|
179 |
-
width:
|
180 |
-
|
181 |
/* resize and min-height are optional, allows user to resize viewable area */
|
182 |
-webkit-resize:vertical;
|
183 |
-moz-resize:vertical;
|
@@ -185,7 +183,7 @@ h3 {
|
|
185 |
min-height: 900px;
|
186 |
}
|
187 |
#iframebox {
|
188 |
-
|
189 |
overflow:hidden;
|
190 |
-webkit-resize:none;
|
191 |
-moz-resize:none;
|
@@ -268,7 +266,7 @@ p.fg_division_note{
|
|
268 |
margin-left: 10px;
|
269 |
}
|
270 |
.fg_notice_div{
|
271 |
-
width:
|
272 |
margin-top: 20px;
|
273 |
position: relative;
|
274 |
z-index: 100;
|
106 |
border-width: 1px;
|
107 |
border-style: solid;
|
108 |
position: relative;
|
109 |
+
width:100%;
|
110 |
height: auto !important;
|
111 |
}
|
112 |
.fg_group {
|
172 |
-webkit-margin-end: 0px;
|
173 |
font-weight: bold;
|
174 |
}
|
175 |
+
|
|
|
|
|
176 |
#fg_of_container div#pn_content div.fg_section div.outer_iframe_div div.inner_iframe_div{
|
177 |
+
width:100%;
|
178 |
+
/* overflow-x:hidden; /* hides horizontal scrollbar on newer browsers */
|
179 |
/* resize and min-height are optional, allows user to resize viewable area */
|
180 |
-webkit-resize:vertical;
|
181 |
-moz-resize:vertical;
|
183 |
min-height: 900px;
|
184 |
}
|
185 |
#iframebox {
|
186 |
+
/* clipping top of page */
|
187 |
overflow:hidden;
|
188 |
-webkit-resize:none;
|
189 |
-moz-resize:none;
|
266 |
margin-left: 10px;
|
267 |
}
|
268 |
.fg_notice_div{
|
269 |
+
width:1200px;
|
270 |
margin-top: 20px;
|
271 |
position: relative;
|
272 |
z-index: 100;
|
image/Thumbs.db
ADDED
Binary file
|
image/form_scheduler_icon.png
ADDED
Binary file
|
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: 5.3.
|
7 |
Author: FormGet
|
8 |
Author URI: http://www.formget.com
|
9 |
*/
|
@@ -27,7 +27,8 @@ add_action('init', 'cf_mg_ajax');
|
|
27 |
function my_admin_notice() {
|
28 |
$fg_iframe_form = get_option('fg_embed_code');
|
29 |
$string = "sideBar";
|
30 |
-
|
|
|
31 |
if ($pos == false) {
|
32 |
global $current_user;
|
33 |
$user_id = $current_user->ID;
|
@@ -36,7 +37,7 @@ function my_admin_notice() {
|
|
36 |
?>
|
37 |
<div class="fg_trial-notify updated below-h2">
|
38 |
<p class="fg_division_note">
|
39 |
-
Welcome to FormGet - You're almost ready to create your form <a class="fg_button_prime click_notice" href='<?php echo admin_url('admin.php?page=cf_page'); ?>'>Click to Create.</a><?php printf(__('<a class="fg_hide_notice fg_button_prime", href="%1$s">Hide Notice</a>'),
|
40 |
</p>
|
41 |
</div>
|
42 |
<?php
|
@@ -47,13 +48,12 @@ function my_admin_notice() {
|
|
47 |
if (isset($_GET['page']) && $_GET['page'] != 'cf_page') {
|
48 |
add_action('admin_notices', 'my_admin_notice');
|
49 |
}
|
50 |
-
|
51 |
function admin_nag_ignore() {
|
52 |
global $current_user;
|
53 |
$user_id = $current_user->ID;
|
54 |
/* If user clicks to ignore the notice, add that to their user meta */
|
55 |
if (isset($_GET['admin_nag_ignore']) && '0' == $_GET['admin_nag_ignore']) {
|
56 |
-
|
57 |
}
|
58 |
}
|
59 |
|
@@ -96,7 +96,7 @@ function cf_menu_page() {
|
|
96 |
}
|
97 |
|
98 |
function cf_submenu_dashboard() {
|
99 |
-
echo "<h2 class='heading'>FormGet Powerful Extension</h2><h4 class='heading'>
|
100 |
echo extension_list();
|
101 |
}
|
102 |
|
@@ -134,7 +134,11 @@ function extension_list() {
|
|
134 |
array('img_path' => plugins_url("image/logical.jpg", __FILE__),
|
135 |
'ext_title' => 'Logical Forms',
|
136 |
'ext_desc' => 'The Logical Forms Extension helps you to create form with condition logics that apply to form fields.',
|
137 |
-
'ext_url' => 'http://www.formget.com/app/single_extension/pricing/formcapabilities-logicalforms')
|
|
|
|
|
|
|
|
|
138 |
);
|
139 |
$list = '';
|
140 |
foreach ($extensions as $extension) {
|
@@ -181,11 +185,11 @@ function cf_setting_page() {
|
|
181 |
<div id="fg_header">
|
182 |
<div class="fg_logo">
|
183 |
<h2> FormGet Contact Form</h2>
|
184 |
-
|
185 |
<a href="http://www.formget.com/app/single_extension/pricing/formcapabilities-custombranding" target="_blank" class="anchorEx1"></a>
|
186 |
<a href="http://www.formget.com/app/single_extension/pricing/payment-paypal" target="_blank" class="anchorEx2"></a>
|
187 |
<a href="http://www.formget.com/app/single_extension/pricing/notification-emailnotification" target="_blank" class="anchorEx3"></a>
|
188 |
-
<a href="http://www.formget.com/app/extension/fg_extension/all-1" target="_blank" class="anchorEx4"></a
|
189 |
</div>
|
190 |
<a target="#">
|
191 |
<div class="fg_icon-option"> </div>
|
@@ -201,6 +205,7 @@ function cf_setting_page() {
|
|
201 |
<span id="embed_tab" class="nav-tab ">Embed Code</span>
|
202 |
<span id="help_tab" class="nav-tab ">Help</span>
|
203 |
<span id="gopro_tab" class="nav-tab ">Extensions</span>
|
|
|
204 |
<!--<span id="support_tab" class="nav-tab ">Support</span>-->
|
205 |
<!--<span id="login_tab" class="nav-tab ">Login</span>-->
|
206 |
|
@@ -213,8 +218,8 @@ function cf_setting_page() {
|
|
213 |
<div class="fg_section section-text">
|
214 |
<h3 class="fg_heading"> Create your custom form by just clicking the fields on left side of the panel. And then paste the sliding form code in embed code section.</h3>
|
215 |
<div class="outer_iframe_div" id="outer_iframe_div">
|
216 |
-
<div class="inner_iframe_div" id="inner_iframe_div"
|
217 |
-
<iframe src="http://www.formget.com/app" class="fbuild-iframe" name="iframe" id="iframebox" style="width:100%; height:900px; border:1px solid #dfdfdf; align:center;
|
218 |
</iframe>
|
219 |
</div>
|
220 |
</div>
|
@@ -223,7 +228,7 @@ function cf_setting_page() {
|
|
223 |
<div class="fg_group" id="pn_displaysetting">
|
224 |
|
225 |
<div class="fg_section section-text">
|
226 |
-
<h3 class="fg_heading">Embed code field will only accept code for Sliding Form. Please do not place shortcode here. </h3>
|
227 |
<div class="option">
|
228 |
<div class="fg_controls" style="height:auto; padding-bottom: 10px;">
|
229 |
<textarea name="content[html]" cols="60" rows="10" class="regular-text" id="fg_content_html" style="width:900px"><?php echo show_embed_code(); ?></textarea>
|
@@ -286,8 +291,8 @@ function cf_setting_page() {
|
|
286 |
</div>
|
287 |
<div class="fg_group" id="pn_gopro">
|
288 |
<div class="fg_section section-text">
|
289 |
-
<h3 class="fg_heading">
|
290 |
-
<iframe src="http://www.formget.com/app/extension/fg_extension/all-1" name="iframe" id="ext-iframe" style="width:
|
291 |
</iframe>
|
292 |
</div>
|
293 |
</div>
|
@@ -297,10 +302,10 @@ function cf_setting_page() {
|
|
297 |
<iframe class="formget_contact_form" height='570' allowTransparency='true' frameborder='0' scrolling='no' style='width:100%;border:none' src='https://www.formget.com/app/embed/form/qQvs-639'>Your Contact </iframe>
|
298 |
</div>
|
299 |
</div>
|
300 |
-
|
301 |
<div class="fg_group" id="pn_login">
|
302 |
<div class="fg_section section-text">
|
303 |
-
<h3 class="fg_heading"> Login
|
304 |
<div class="outer_iframe_div" id="outer_iframe_div">
|
305 |
<div class="inner_iframe_div" id="inner_iframe_div" >
|
306 |
<iframe src="http://www.formget.com/app/login" name="iframe" id="iframebox" class="login-iframe" style="width:100%; height:900px; border:1px solid #dfdfdf; align:center; overflow-y:scroll;" >
|
@@ -309,7 +314,7 @@ function cf_setting_page() {
|
|
309 |
</div>
|
310 |
</div>
|
311 |
</div>
|
312 |
-
|
313 |
</div>
|
314 |
<div class="clear"></div>
|
315 |
</div>
|
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: 5.3.7
|
7 |
Author: FormGet
|
8 |
Author URI: http://www.formget.com
|
9 |
*/
|
27 |
function my_admin_notice() {
|
28 |
$fg_iframe_form = get_option('fg_embed_code');
|
29 |
$string = "sideBar";
|
30 |
+
$para = "?admin_nag_ignore=0&page=".$_GET['page'];
|
31 |
+
$pos = strpos($fg_iframe_form, $string);
|
32 |
if ($pos == false) {
|
33 |
global $current_user;
|
34 |
$user_id = $current_user->ID;
|
37 |
?>
|
38 |
<div class="fg_trial-notify updated below-h2">
|
39 |
<p class="fg_division_note">
|
40 |
+
Welcome to FormGet - You're almost ready to create your form <a class="fg_button_prime click_notice" href='<?php echo admin_url('admin.php?page=cf_page'); ?>'>Click to Create.</a><?php printf(__('<a class="fg_hide_notice fg_button_prime", href="%1$s">Hide Notice</a>'), $para); ?>
|
41 |
</p>
|
42 |
</div>
|
43 |
<?php
|
48 |
if (isset($_GET['page']) && $_GET['page'] != 'cf_page') {
|
49 |
add_action('admin_notices', 'my_admin_notice');
|
50 |
}
|
|
|
51 |
function admin_nag_ignore() {
|
52 |
global $current_user;
|
53 |
$user_id = $current_user->ID;
|
54 |
/* If user clicks to ignore the notice, add that to their user meta */
|
55 |
if (isset($_GET['admin_nag_ignore']) && '0' == $_GET['admin_nag_ignore']) {
|
56 |
+
add_user_meta($user_id, 'admin_ignore_notice', 'true', true);
|
57 |
}
|
58 |
}
|
59 |
|
96 |
}
|
97 |
|
98 |
function cf_submenu_dashboard() {
|
99 |
+
echo "<h2 class='heading'>FormGet Powerful Extension</h2><h4 class='heading'>These extensions will enhance the functionality of your form. Select the Extension that best fits your needs.</h4><hr/>";
|
100 |
echo extension_list();
|
101 |
}
|
102 |
|
134 |
array('img_path' => plugins_url("image/logical.jpg", __FILE__),
|
135 |
'ext_title' => 'Logical Forms',
|
136 |
'ext_desc' => 'The Logical Forms Extension helps you to create form with condition logics that apply to form fields.',
|
137 |
+
'ext_url' => 'http://www.formget.com/app/single_extension/pricing/formcapabilities-logicalforms'),
|
138 |
+
array('img_path' => plugins_url("image/form_scheduler_icon.png", __FILE__),
|
139 |
+
'ext_title' => 'Form Scheduler',
|
140 |
+
'ext_desc' => 'The Form Scheduler Extension helps you to schedule your form on the basis of - specific date or total submissions.',
|
141 |
+
'ext_url' => 'http://www.formget.com/app/single_extension/pricing/formcapabilities-formentrylimit')
|
142 |
);
|
143 |
$list = '';
|
144 |
foreach ($extensions as $extension) {
|
185 |
<div id="fg_header">
|
186 |
<div class="fg_logo">
|
187 |
<h2> FormGet Contact Form</h2>
|
188 |
+
<!-- <img src="<?php echo plugins_url('image/extension.jpg', __FILE__); ?>" class="extensionimage" alt="Extension" />
|
189 |
<a href="http://www.formget.com/app/single_extension/pricing/formcapabilities-custombranding" target="_blank" class="anchorEx1"></a>
|
190 |
<a href="http://www.formget.com/app/single_extension/pricing/payment-paypal" target="_blank" class="anchorEx2"></a>
|
191 |
<a href="http://www.formget.com/app/single_extension/pricing/notification-emailnotification" target="_blank" class="anchorEx3"></a>
|
192 |
+
<a href="http://www.formget.com/app/extension/fg_extension/all-1" target="_blank" class="anchorEx4"></a>-->
|
193 |
</div>
|
194 |
<a target="#">
|
195 |
<div class="fg_icon-option"> </div>
|
205 |
<span id="embed_tab" class="nav-tab ">Embed Code</span>
|
206 |
<span id="help_tab" class="nav-tab ">Help</span>
|
207 |
<span id="gopro_tab" class="nav-tab ">Extensions</span>
|
208 |
+
<span id="login_tab" class="nav-tab ">Login</span>
|
209 |
<!--<span id="support_tab" class="nav-tab ">Support</span>-->
|
210 |
<!--<span id="login_tab" class="nav-tab ">Login</span>-->
|
211 |
|
218 |
<div class="fg_section section-text">
|
219 |
<h3 class="fg_heading"> Create your custom form by just clicking the fields on left side of the panel. And then paste the sliding form code in embed code section.</h3>
|
220 |
<div class="outer_iframe_div" id="outer_iframe_div">
|
221 |
+
<div class="inner_iframe_div" id="inner_iframe_div">
|
222 |
+
<iframe src="http://www.formget.com/app" class="fbuild-iframe" name="iframe" id="iframebox" style="width:100%; height:900px; border:1px solid #dfdfdf; align:center;" >
|
223 |
</iframe>
|
224 |
</div>
|
225 |
</div>
|
228 |
<div class="fg_group" id="pn_displaysetting">
|
229 |
|
230 |
<div class="fg_section section-text">
|
231 |
+
<h3 class="fg_heading">Embed code field will only accept code for Sliding Form. Please do not place shortcode here. <font color="blue"> <a href="http://www.formget.com/sidebar-contact-form-wordpress-website/" target = "_blank">[Refer this blog for getting the sliding form code.]</a></font> </h3>
|
232 |
<div class="option">
|
233 |
<div class="fg_controls" style="height:auto; padding-bottom: 10px;">
|
234 |
<textarea name="content[html]" cols="60" rows="10" class="regular-text" id="fg_content_html" style="width:900px"><?php echo show_embed_code(); ?></textarea>
|
291 |
</div>
|
292 |
<div class="fg_group" id="pn_gopro">
|
293 |
<div class="fg_section section-text">
|
294 |
+
<h3 class="fg_heading"> Extensions that enhance the functionality of your form.</h3>
|
295 |
+
<iframe src="http://www.formget.com/app/extension/fg_extension/all-1" name="iframe" id="ext-iframe" style="width:100%; height:900px; overflow-y:scroll;" >
|
296 |
</iframe>
|
297 |
</div>
|
298 |
</div>
|
302 |
<iframe class="formget_contact_form" height='570' allowTransparency='true' frameborder='0' scrolling='no' style='width:100%;border:none' src='https://www.formget.com/app/embed/form/qQvs-639'>Your Contact </iframe>
|
303 |
</div>
|
304 |
</div>
|
305 |
+
|
306 |
<div class="fg_group" id="pn_login">
|
307 |
<div class="fg_section section-text">
|
308 |
+
<h3 class="fg_heading"> Login to your FormGet account.</h3>
|
309 |
<div class="outer_iframe_div" id="outer_iframe_div">
|
310 |
<div class="inner_iframe_div" id="inner_iframe_div" >
|
311 |
<iframe src="http://www.formget.com/app/login" name="iframe" id="iframebox" class="login-iframe" style="width:100%; height:900px; border:1px solid #dfdfdf; align:center; overflow-y:scroll;" >
|
314 |
</div>
|
315 |
</div>
|
316 |
</div>
|
317 |
+
|
318 |
</div>
|
319 |
<div class="clear"></div>
|
320 |
</div>
|
js/fg_script.js
CHANGED
@@ -58,16 +58,15 @@ jQuery(document).ready(function () {
|
|
58 |
//jQuery(".fbuild-iframe").attr("src", jQuery(".fbuild-iframe").attr("src"));
|
59 |
});
|
60 |
|
61 |
-
|
62 |
jQuery('#login_tab').click(function() {
|
63 |
-
// alert("hello");
|
64 |
jQuery('.fg_group').hide();
|
65 |
jQuery('.nav-tab').removeClass('nav-tab-active');
|
66 |
jQuery(this).addClass('nav-tab-active');
|
67 |
jQuery('#pn_login').css("display", "block");
|
68 |
jQuery('.login-iframe').attr('src', jQuery('.login-iframe').attr('src'));
|
69 |
});
|
70 |
-
|
71 |
|
72 |
|
73 |
jQuery('.fg_embed_code_save').click(function () {
|
58 |
//jQuery(".fbuild-iframe").attr("src", jQuery(".fbuild-iframe").attr("src"));
|
59 |
});
|
60 |
|
61 |
+
|
62 |
jQuery('#login_tab').click(function() {
|
|
|
63 |
jQuery('.fg_group').hide();
|
64 |
jQuery('.nav-tab').removeClass('nav-tab-active');
|
65 |
jQuery(this).addClass('nav-tab-active');
|
66 |
jQuery('#pn_login').css("display", "block");
|
67 |
jQuery('.login-iframe').attr('src', jQuery('.login-iframe').attr('src'));
|
68 |
});
|
69 |
+
|
70 |
|
71 |
|
72 |
jQuery('.fg_embed_code_save').click(function () {
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
|
2 |
Contributors: PankajAgarwal
|
3 |
Tags: contact form, contact, form, forms, contact form plugin, contact form builder, contact form with recaptcha, feedback form, Responsive Contact 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: 4.
|
6 |
-
Stable tag: 5.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 |
|
@@ -99,7 +99,7 @@ FormGet Contact Form plugin implemented with a helpdesk system which enable you
|
|
99 |
* Redirect user to any page/URL using contact form redirect URL field.
|
100 |
* Data stored using entries are regularly backup and restored on cloud servers.
|
101 |
* Allow to enable form fields compulsary using avaliable Required option.
|
102 |
-
* Implemented Logic Forms to integrate logical conditions in your form that will show or hide form fields or questions according to the user
|
103 |
* Upload your Custom Background and header image.
|
104 |
* Color customization can be done by using advance color customizer.
|
105 |
* Share your forms on Facebook, Twitter, Google Plus go generate leads.
|
@@ -164,6 +164,10 @@ When you create account in FormGet you automatically get support desk. All the e
|
|
164 |
|
165 |
|
166 |
== Changelog ==
|
|
|
|
|
|
|
|
|
167 |
= Version 5.3.6 =
|
168 |
* Fixed dashboard css conflict issue.
|
169 |
|
@@ -245,7 +249,6 @@ When you create account in FormGet you automatically get support desk. All the e
|
|
245 |
= Version 3.4 =
|
246 |
* Improvement in FormGet User Interface design.
|
247 |
|
248 |
-
|
249 |
= Version 3.3 =
|
250 |
* Improvement in FormGet User Interface. Faster and smooth user experience.
|
251 |
|
1 |
+
=== FormGet Contact Form ===
|
2 |
Contributors: PankajAgarwal
|
3 |
Tags: contact form, contact, form, forms, contact form plugin, contact form builder, contact form with recaptcha, feedback form, Responsive Contact 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: 4.4
|
6 |
+
Stable tag: 5.3.7
|
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 |
|
99 |
* Redirect user to any page/URL using contact form redirect URL field.
|
100 |
* Data stored using entries are regularly backup and restored on cloud servers.
|
101 |
* Allow to enable form fields compulsary using avaliable Required option.
|
102 |
+
* Implemented Logic Forms to integrate logical conditions in your form that will show or hide form fields or questions according to the user?s response to previous field.
|
103 |
* Upload your Custom Background and header image.
|
104 |
* Color customization can be done by using advance color customizer.
|
105 |
* Share your forms on Facebook, Twitter, Google Plus go generate leads.
|
164 |
|
165 |
|
166 |
== Changelog ==
|
167 |
+
|
168 |
+
= Version 5.3.7 =
|
169 |
+
* FormGet Setting panel area extended.
|
170 |
+
|
171 |
= Version 5.3.6 =
|
172 |
* Fixed dashboard css conflict issue.
|
173 |
|
249 |
= Version 3.4 =
|
250 |
* Improvement in FormGet User Interface design.
|
251 |
|
|
|
252 |
= Version 3.3 =
|
253 |
* Improvement in FormGet User Interface. Faster and smooth user experience.
|
254 |
|