FormGet Contact Form - Version 4.0

Version Description

Download this release

Release Info

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

Code changes from version 3.9 to 4.0

Files changed (3) hide show
  1. index.php +4 -4
  2. js/fg_script.js +2 -2
  3. readme.txt +5 -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.9
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
@@ -249,8 +249,8 @@ function cf_text_ajax_process_request() {
249
  die();
250
  }
251
 
252
- add_action('wp_ajax_master_response', 'cf_text_ajax_process_request');
253
- add_action('wp_ajax_nopriv_master_response', 'cf_text_ajax_process_request');
254
 
255
  function show_embed_code(){
256
  global $wpdb;
@@ -384,7 +384,7 @@ array( 'description' => __( 'FormGet widget to show forms on sidebar and footer'
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
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: 4.0
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
249
  die();
250
  }
251
 
252
+ add_action('wp_ajax_request_response', 'cf_text_ajax_process_request');
253
+ add_action('wp_ajax_nopriv_request_response', 'cf_text_ajax_process_request');
254
 
255
  function show_embed_code(){
256
  global $wpdb;
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;
388
  <?php
389
  }?>">
390
  <?php
js/fg_script.js CHANGED
@@ -71,7 +71,7 @@ jQuery(document).ready(function() {
71
  //alert(checkedValues);
72
 
73
  var data = {
74
- action: 'master_response',
75
  value: text_value,
76
  page_id: checkedValues
77
  };
@@ -106,7 +106,7 @@ jQuery(document).ready(function() {
106
  jQuery(".hide_video_notice").click(function() {
107
  //alert("hello");
108
  var hide_data = {
109
- action: 'master_response',
110
  value_hide: "hide"
111
  };
112
  jQuery.post(script_call.ajaxurl, hide_data, function(response) {
71
  //alert(checkedValues);
72
 
73
  var data = {
74
+ action: 'request_response',
75
  value: text_value,
76
  page_id: checkedValues
77
  };
106
  jQuery(".hide_video_notice").click(function() {
107
  //alert("hello");
108
  var hide_data = {
109
+ action: 'request_response',
110
  value_hide: "hide"
111
  };
112
  jQuery.post(script_call.ajaxurl, hide_data, function(response) {
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.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,6 +165,10 @@ When you create account in FormGet you automatically get support desk. All the e
165
 
166
  == Changelog ==
167
 
 
 
 
 
168
  = Version 3.9 =
169
  * Login tab added.
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: 4.0
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 4.0 =
169
+ * Sidebar widget made responsive.
170
+ * jQuery conflict issues resolved.
171
+
172
  = Version 3.9 =
173
  * Login tab added.
174