FormGet Contact Form - Version 5.3.2

Version Description

Download this release

Release Info

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

Code changes from version 5.3.1 to 5.3.2

Files changed (6) hide show
  1. image/Thumbs.db +0 -0
  2. image/aweber.jpg +0 -0
  3. image/logical.jpg +0 -0
  4. image/mailc.jpg +0 -0
  5. index.php +14 -2
  6. readme.txt +4 -1
image/Thumbs.db CHANGED
Binary file
image/aweber.jpg ADDED
Binary file
image/logical.jpg ADDED
Binary file
image/mailc.jpg 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.1
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
@@ -98,7 +98,19 @@ function extension_list() {
98
  array('img_path'=>plugins_url("image/email.png", __FILE__),
99
  'ext_title'=>'Email Notification',
100
  'ext_desc'=>'With this extension whenever a user fills out the form you will recieve an email notification notifying you about the form submission. This way you wont miss any of the form entries.',
101
- 'ext_url'=>'http://www.formget.com/app/single_extension/pricing/notification-emailnotification')
 
 
 
 
 
 
 
 
 
 
 
 
102
  );
103
  $list='';
104
  foreach($extensions as $extension){
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.2
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
98
  array('img_path'=>plugins_url("image/email.png", __FILE__),
99
  'ext_title'=>'Email Notification',
100
  'ext_desc'=>'With this extension whenever a user fills out the form you will recieve an email notification notifying you about the form submission. This way you wont miss any of the form entries.',
101
+ 'ext_url'=>'http://www.formget.com/app/single_extension/pricing/notification-emailnotification'),
102
+ array('img_path'=>plugins_url("image/mailc.jpg", __FILE__),
103
+ 'ext_title'=>'MailChimp',
104
+ 'ext_desc'=>'The MailChimp Extension helps you to store form messages on MailChimp mailing list. Thus help in collecting leads.',
105
+ 'ext_url'=>'http://www.formget.com/app/single_extension/pricing/thirdparty-mailchimp'),
106
+ array('img_path'=>plugins_url("image/aweber.jpg", __FILE__),
107
+ 'ext_title'=>'Aweber',
108
+ 'ext_desc'=>'The Aweber Extension helps you to store your collected leads through forms on your Aweber mailing list.',
109
+ 'ext_url'=>'http://www.formget.com/app/single_extension/pricing/thirdparty-aweber'),
110
+ array('img_path'=>plugins_url("image/logical.jpg", __FILE__),
111
+ 'ext_title'=>'Logical Forms',
112
+ 'ext_desc'=>'The Logical Forms Extension helps you to create form with condition logics that apply to form fields.',
113
+ 'ext_url'=>'http://www.formget.com/app/single_extension/pricing/formcapabilities-logicalforms')
114
  );
115
  $list='';
116
  foreach($extensions as $extension){
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, 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.3.1
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 5.3.1 =
168
  * Persistent XSS issue fixed.
169
 
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.3.2
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.3.2 =
168
+ * Extension links updated.
169
+
170
  = Version 5.3.1 =
171
  * Persistent XSS issue fixed.
172