FormGet Contact Form - Version 5.0

Version Description

Download this release

Release Info

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

Code changes from version 4.9 to 5.0

Files changed (2) hide show
  1. index.php +3 -2
  2. readme.txt +5 -2
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: 4.9
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
@@ -148,7 +148,8 @@ function cf_setting_page() {
148
  <p class="fg_info"><b>Select the page in which you want to show "Contact Us" tab. By default it is visible on every page.</b><p>
149
  <?php
150
  $page_title = $wpdb->get_results("SELECT post_title, id FROM $wpdb->posts WHERE (post_type = 'page')");
151
- if(in_array("home1", get_option('fg_checked_page_id'))) { ?>
 
152
  <input id="fg_selected_box" type="checkbox" name="checkbox" value="home1" checked>
153
  <?php }
154
  else { ?>
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.0
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
148
  <p class="fg_info"><b>Select the page in which you want to show "Contact Us" tab. By default it is visible on every page.</b><p>
149
  <?php
150
  $page_title = $wpdb->get_results("SELECT post_title, id FROM $wpdb->posts WHERE (post_type = 'page')");
151
+ $val = get_option('fg_checked_page_id');
152
+ if(!empty($val) && in_array("home1", $val)) { ?>
153
  <input id="fg_selected_box" type="checkbox" name="checkbox" value="home1" checked>
154
  <?php }
155
  else { ?>
readme.txt CHANGED
@@ -2,8 +2,8 @@
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: 3.5.1
6
- Stable tag: 4.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
 
@@ -164,6 +164,9 @@ When you create account in FormGet you automatically get support desk. All the e
164
 
165
 
166
  == Changelog ==
 
 
 
167
  = Version 4.9 =
168
  * Added option in order to hide the tab from Home page.
169
 
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.0.1
6
+ Stable tag: 5.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
 
164
 
165
 
166
  == Changelog ==
167
+ = Version 5.0 =
168
+ * Admin panel bug fixed.
169
+
170
  = Version 4.9 =
171
  * Added option in order to hide the tab from Home page.
172