FormGet Contact Form - Version 3.9

Version Description

Download this release

Release Info

Developer PankajAgarwal
Plugin Icon 128x128 FormGet Contact Form
Version 3.9
Comparing to
See all releases

Code changes from version 3.8 to 3.9

Files changed (3) hide show
  1. index.php +15 -8
  2. js/fg_script.js +8 -8
  3. readme.txt +4 -1
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.8
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
@@ -121,6 +121,7 @@ function cf_setting_page() {
121
  <span id="help_tab" class="nav-tab ">Help</span>
122
  <span id="gopro_tab" class="nav-tab ">Pricing Plan</span>
123
  <span id="support_tab" class="nav-tab ">Support</span>
 
124
 
125
  </h2>
126
  </div>
@@ -202,16 +203,22 @@ function cf_setting_page() {
202
  <iframe class="formget_contact_form" height='570' allowTransparency='true' frameborder='0' scrolling='no' style='width:100%;border:none' src='http://www.formget.com/app/embed/form/qQvs-639'>Your Contact </iframe>
203
  </div>
204
  </div>
205
-
206
-
 
 
 
 
 
 
 
 
 
 
207
  </div>
208
  <div class="clear"></div>
209
  </div>
210
-
211
  <div class="fg_save_bar_top">
212
-
213
-
214
-
215
  </div>
216
 
217
  </form>
@@ -377,7 +384,7 @@ array( 'description' => __( 'FormGet widget to show forms on sidebar and footer'
377
 
378
  ?>
379
  <div class='formget_widget' style="<?php if($pos == True){ ?>
380
- -webkit-box-shadow: 1px 0px 11px rgba(50, 50, 50, 0.74);-moz-box-shadow: 1px 0px 11px rgba(50, 50, 50, 0.74);box-shadow: 1px 0px 11px rgba(50, 50, 50, 0.74); margin-bottom: 25px; padding-left: 15px; padding-top: 15px;
381
  <?php
382
  }?>">
383
  <?php
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.9
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
121
  <span id="help_tab" class="nav-tab ">Help</span>
122
  <span id="gopro_tab" class="nav-tab ">Pricing Plan</span>
123
  <span id="support_tab" class="nav-tab ">Support</span>
124
+ <span id="login_tab" class="nav-tab ">Login</span>
125
 
126
  </h2>
127
  </div>
203
  <iframe class="formget_contact_form" height='570' allowTransparency='true' frameborder='0' scrolling='no' style='width:100%;border:none' src='http://www.formget.com/app/embed/form/qQvs-639'>Your Contact </iframe>
204
  </div>
205
  </div>
206
+
207
+ <div class="fg_group" id="pn_login">
208
+ <div class="fg_section section-text">
209
+ <h3 class="fg_heading"> Login </h3>
210
+ <div class="outer_iframe_div" id="outer_iframe_div">
211
+ <div class="inner_iframe_div" id="inner_iframe_div" >
212
+ <iframe src="http://www.formget.com/app/login" name="iframe" id="iframebox" style="width:100%; height:900px; border:1px solid #dfdfdf; align:center; overflow-y:scroll;" >
213
+ </iframe>
214
+ </div>
215
+ </div>
216
+ </div>
217
+ </div>
218
  </div>
219
  <div class="clear"></div>
220
  </div>
 
221
  <div class="fg_save_bar_top">
 
 
 
222
  </div>
223
 
224
  </form>
384
 
385
  ?>
386
  <div class='formget_widget' style="<?php if($pos == True){ ?>
387
+ -webkit-box-shadow: 1px 0px 11px rgba(50, 50, 50, 0.74);-moz-box-shadow: 1px 0px 11px rgba(50, 50, 50, 0.74);box-shadow: 1px 0px 11px rgba(50, 50, 50, 0.74); margin-bottom: 25px; padding-left: 10px; padding-top: 15px; width:260px;
388
  <?php
389
  }?>">
390
  <?php
js/fg_script.js CHANGED
@@ -25,14 +25,7 @@ jQuery(document).ready(function() {
25
  jQuery('.nav-tab').removeClass('nav-tab-active');
26
  jQuery(this).addClass('nav-tab-active');
27
  jQuery('#pn_template').css("display", "block");
28
- });
29
- jQuery('#video_tab').click(function() {
30
- // alert("hello");
31
- jQuery('.fg_group').hide();
32
- jQuery('.nav-tab').removeClass('nav-tab-active');
33
- jQuery(this).addClass('nav-tab-active');
34
- jQuery('#pn_tutorial').css("display", "block");
35
- });
36
 
37
  jQuery('#gopro_tab').click(function() {
38
  // alert("hello");
@@ -60,6 +53,13 @@ jQuery(document).ready(function() {
60
  jQuery(this).addClass('nav-tab-active');
61
  jQuery('#pn_content').css("display", "block");
62
  });
 
 
 
 
 
 
 
63
 
64
 
65
  jQuery('.fg_embed_code_save').click(function() {
25
  jQuery('.nav-tab').removeClass('nav-tab-active');
26
  jQuery(this).addClass('nav-tab-active');
27
  jQuery('#pn_template').css("display", "block");
28
+ });
 
 
 
 
 
 
 
29
 
30
  jQuery('#gopro_tab').click(function() {
31
  // alert("hello");
53
  jQuery(this).addClass('nav-tab-active');
54
  jQuery('#pn_content').css("display", "block");
55
  });
56
+ jQuery('#login_tab').click(function() {
57
+ // alert("hello");
58
+ jQuery('.fg_group').hide();
59
+ jQuery('.nav-tab').removeClass('nav-tab-active');
60
+ jQuery(this).addClass('nav-tab-active');
61
+ jQuery('#pn_login').css("display", "block");
62
+ });
63
 
64
 
65
  jQuery('.fg_embed_code_save').click(function() {
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.8
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,6 +165,9 @@ When you create account in FormGet you automatically get support desk. All the e
165
 
166
  == Changelog ==
167
 
 
 
 
168
  = Version 3.8 =
169
  * FormGet widget added, now forms can be visible on sidebar and footer section of website.
170
 
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.9
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.9 =
169
+ * Login tab added.
170
+
171
  = Version 3.8 =
172
  * FormGet widget added, now forms can be visible on sidebar and footer section of website.
173