FormGet Contact Form - Version 5.4.4

Version Description

Download this release

Release Info

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

Code changes from version 5.4.3 to 5.4.4

Files changed (6) hide show
  1. css/fgstyle.css +1 -1
  2. inc/mailget_curl.php +4 -4
  3. index.php +26 -26
  4. js/fg_script.js +2 -2
  5. mailget.php +4 -4
  6. readme.txt +6 -3
css/fgstyle.css CHANGED
@@ -60,7 +60,7 @@ h2 .nav-tab, .wrap h2, .subtitle, .login form .input {
60
  .nav-tab {
61
  border-style: solid;
62
  border-width: 1px 1px 0;
63
- color: #aaa;
64
  text-shadow: #fff 0 1px 0;
65
  font-size: 12px;
66
  line-height: 16px;
60
  .nav-tab {
61
  border-style: solid;
62
  border-width: 1px 1px 0;
63
+ color: #3a3838;
64
  text-shadow: #fff 0 1px 0;
65
  font-size: 12px;
66
  line-height: 16px;
inc/mailget_curl.php CHANGED
@@ -7,7 +7,7 @@ class mailget_curl {
7
 
8
  function mailget_curl($mailget_api) {
9
  global $mailget_user;
10
- $url = "http://www.formget.com/mailget/mailget_api/user_validation";
11
  $data = array(
12
  'api_key' => $mailget_api
13
  );
@@ -24,7 +24,7 @@ class mailget_curl {
24
 
25
  function mailget_select_list($mailget_api) {
26
  global $mailget_user;
27
- $url = "http://www.formget.com/mailget/mailget_api/get_select_list";
28
  $data = array(
29
  'api_key' => $mailget_api
30
  );
@@ -41,7 +41,7 @@ class mailget_curl {
41
 
42
  function get_list_in_json($mailget_api) {
43
  global $mailget_user;
44
- $url = "http://www.formget.com/mailget/mailget_api/get_list_in_json";
45
  $data = array(
46
  'api_key' => $mailget_api
47
  );
@@ -65,7 +65,7 @@ class mailget_curl {
65
  $main_contact_arr = array();
66
  if ($mailget_user != 'Invalid API Key') {
67
  if (!empty($arr)) {
68
- $url = "http://www.formget.com/mailget/mailget_api/save_data";
69
  foreach ($arr as $arr_row) {
70
  if (isset($arr_row['name']) && isset($arr_row['email']) && isset($arr_row['get_date']) && isset($arr_row['ip']) && filter_var(trim($arr_row['email']), FILTER_VALIDATE_EMAIL)) {
71
  $contact_arr['name'] = $arr_row['name'];
7
 
8
  function mailget_curl($mailget_api) {
9
  global $mailget_user;
10
+ $url = "https://www.formget.com/mailget/mailget_api/user_validation";
11
  $data = array(
12
  'api_key' => $mailget_api
13
  );
24
 
25
  function mailget_select_list($mailget_api) {
26
  global $mailget_user;
27
+ $url = "https://www.formget.com/mailget/mailget_api/get_select_list";
28
  $data = array(
29
  'api_key' => $mailget_api
30
  );
41
 
42
  function get_list_in_json($mailget_api) {
43
  global $mailget_user;
44
+ $url = "https://www.formget.com/mailget/mailget_api/get_list_in_json";
45
  $data = array(
46
  'api_key' => $mailget_api
47
  );
65
  $main_contact_arr = array();
66
  if ($mailget_user != 'Invalid API Key') {
67
  if (!empty($arr)) {
68
+ $url = "https://www.formget.com/mailget/mailget_api/save_data";
69
  foreach ($arr as $arr_row) {
70
  if (isset($arr_row['name']) && isset($arr_row['email']) && isset($arr_row['get_date']) && isset($arr_row['ip']) && filter_var(trim($arr_row['email']), FILTER_VALIDATE_EMAIL)) {
71
  $contact_arr['name'] = $arr_row['name'];
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: FormGet Contact Form
4
  Plugin URI: https://www.formget.com/formget/
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.4.3
7
  Author: FormGet
8
  Author URI: https://www.formget.com/formget/
9
  */
@@ -150,14 +150,14 @@ add_action('admin_menu', 'formget_mailget_menu_page');
150
 
151
  function formget_mailget_menu_page() {
152
  add_menu_page('cf', 'Contact Form', 'manage_options', 'cf_page', 'formget_mailget_setting_page', plugins_url('image/favicon.ico', __FILE__), 109);
153
- add_submenu_page('cf_page', 'Extension', 'Extension', 'manage_options', 'cf_submenu_page', 'formget_mailget_submenu_dashboard');
154
  add_menu_page('Email Marketing', 'Email Marketing', 'manage_options', 'cf_mg_page', 'formget_mailget_mg_setting_page', plugins_url('image/mailgeticon.png', __FILE__), 110);
155
  }
156
 
157
- function formget_mailget_submenu_dashboard() {
158
- 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/>";
159
- echo formget_mailget_extension_list();
160
- }
161
 
162
 
163
  /**
@@ -178,35 +178,35 @@ function formget_mailget_extension_list() {
178
  array('img_path' => plugins_url("image/bundle.png", __FILE__),
179
  'ext_title' => 'FormGet Extensions Bundle',
180
  'ext_desc' => 'Extensions bundle gives you access to all FormGet extensions at one single price. This extension bundle includes more than 30 different extensions and several integration.',
181
- 'ext_url' => 'http://www.formget.com/app/extension/fg_extension/all-1'),
182
  array('img_path' => plugins_url("image/custom.png", __FILE__),
183
  'ext_title' => 'Custom Branding',
184
  'ext_desc' => 'This extensions allows you to remove and edit any FormGet branding from your forms. It allows you to quickly transform your FormGet form into your own branded form.',
185
- 'ext_url' => 'http://www.formget.com/app/single_extension/pricing/formcapabilities-custombranding'),
186
  array('img_path' => plugins_url("image/paypal.png", __FILE__),
187
  'ext_title' => 'PayPal',
188
  'ext_desc' => 'The PayPal Extension helps you to collect online payments through your forms. It accept credit card payments through forms instantly.',
189
- 'ext_url' => 'http://www.formget.com/app/single_extension/pricing/payment-paypal'),
190
  array('img_path' => plugins_url("image/email.png", __FILE__),
191
  'ext_title' => 'Email Notification',
192
  '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.',
193
- 'ext_url' => 'http://www.formget.com/app/single_extension/pricing/notification-emailnotification'),
194
  array('img_path' => plugins_url("image/mailc.jpg", __FILE__),
195
  'ext_title' => 'MailChimp',
196
  'ext_desc' => 'The MailChimp Extension helps you to store form messages on MailChimp mailing list. Thus help in collecting leads.',
197
- 'ext_url' => 'http://www.formget.com/app/single_extension/pricing/thirdparty-mailchimp'),
198
  array('img_path' => plugins_url("image/aweber.jpg", __FILE__),
199
  'ext_title' => 'Aweber',
200
  'ext_desc' => 'The Aweber Extension helps you to store your collected leads through forms on your Aweber mailing list.',
201
- 'ext_url' => 'http://www.formget.com/app/single_extension/pricing/thirdparty-aweber'),
202
  array('img_path' => plugins_url("image/logical.jpg", __FILE__),
203
  'ext_title' => 'Logical Forms',
204
  'ext_desc' => 'The Logical Forms Extension helps you to create form with condition logics that apply to form fields.',
205
- 'ext_url' => 'http://www.formget.com/app/single_extension/pricing/formcapabilities-logicalforms'),
206
  array('img_path' => plugins_url("image/form_scheduler_icon.png", __FILE__),
207
  'ext_title' => 'Form Scheduler',
208
  'ext_desc' => 'The Form Scheduler Extension helps you to schedule your form on the basis of - specific date or total submissions.',
209
- 'ext_url' => 'http://www.formget.com/app/single_extension/pricing/formcapabilities-formentrylimit')
210
  );
211
  $list = '';
212
  foreach ($extensions as $extension) {
@@ -258,10 +258,10 @@ function formget_mailget_setting_page() {
258
  <div class="fg_logo">
259
  <h2> FormGet Contact Form</h2>
260
  <!-- <img src="<?php echo plugins_url('image/extension.jpg', __FILE__); ?>" class="extensionimage" alt="Extension" />
261
- <a href="http://www.formget.com/app/single_extension/pricing/formcapabilities-custombranding" target="_blank" class="anchorEx1"></a>
262
- <a href="http://www.formget.com/app/single_extension/pricing/payment-paypal" target="_blank" class="anchorEx2"></a>
263
- <a href="http://www.formget.com/app/single_extension/pricing/notification-emailnotification" target="_blank" class="anchorEx3"></a>
264
- <a href="http://www.formget.com/app/extension/fg_extension/all-1" target="_blank" class="anchorEx4"></a>-->
265
  </div>
266
  <a target="#">
267
  <div class="fg_icon-option"> </div>
@@ -276,7 +276,7 @@ function formget_mailget_setting_page() {
276
  <span id="form_tab" class="nav-tab nav-tab-active ">Contact Form Builder </span>
277
  <span id="embed_tab" class="nav-tab ">Embed Code</span>
278
  <span id="help_tab" class="nav-tab ">Help</span>
279
- <span id="gopro_tab" class="nav-tab ">Extensions</span>
280
  <span id="login_tab" class="nav-tab ">Login</span>
281
  <!--<span id="support_tab" class="nav-tab ">Support</span>-->
282
  <!--<span id="login_tab" class="nav-tab ">Login</span>-->
@@ -288,10 +288,10 @@ function formget_mailget_setting_page() {
288
 
289
 
290
  <div class="fg_section section-text">
291
- <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>
292
  <div class="outer_iframe_div" id="outer_iframe_div">
293
  <div class="inner_iframe_div" id="inner_iframe_div">
294
- <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;" >
295
  </iframe>
296
  </div>
297
  </div>
@@ -300,7 +300,7 @@ function formget_mailget_setting_page() {
300
  <div class="fg_group" id="pn_displaysetting">
301
 
302
  <div class="fg_section section-text">
303
- <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>
304
  <div class="option">
305
  <div class="fg_controls" style="height:auto; padding-bottom: 10px;">
306
  <textarea name="content[html]" cols="60" rows="10" class="regular-text" id="fg_content_html" style="width:900px"><?php echo esc_html(formget_mailget_show_embed_code()); ?></textarea>
@@ -353,7 +353,7 @@ function formget_mailget_setting_page() {
353
  <div class="fg_group" id="pn_template">
354
  <div class="fg_section section-text">
355
  <h3 class="fg_heading"> Watch video tutorial to use Formget Contact Form Plugin</h3>
356
- <p class="fg_info"><b>If you have any query. Please <a href="http://www.formget.com/contact-us/" target="blank">Contact Us</a></b> </p>
357
  <div id="help_txt">
358
  <iframe class="video_tobe_shown" width="700" height="400" src="//player.vimeo.com/video/84023688?autoplay=0&amp;loop=1&amp;rel=0&amp;wmode=transparent" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" __idm_id__="7182340"></iframe>
359
  </div>
@@ -363,8 +363,8 @@ function formget_mailget_setting_page() {
363
  </div>
364
  <div class="fg_group" id="pn_gopro">
365
  <div class="fg_section section-text">
366
- <h3 class="fg_heading"> Extensions that enhance the functionality of your form.</h3>
367
- <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;" >
368
  </iframe>
369
  </div>
370
  </div>
@@ -380,7 +380,7 @@ function formget_mailget_setting_page() {
380
  <h3 class="fg_heading"> Login to your FormGet account.</h3>
381
  <div class="outer_iframe_div" id="outer_iframe_div">
382
  <div class="inner_iframe_div" id="inner_iframe_div" >
383
- <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;" >
384
  </iframe>
385
  </div>
386
  </div>
3
  Plugin Name: FormGet Contact Form
4
  Plugin URI: https://www.formget.com/formget/
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.4.5
7
  Author: FormGet
8
  Author URI: https://www.formget.com/formget/
9
  */
150
 
151
  function formget_mailget_menu_page() {
152
  add_menu_page('cf', 'Contact Form', 'manage_options', 'cf_page', 'formget_mailget_setting_page', plugins_url('image/favicon.ico', __FILE__), 109);
153
+ // add_submenu_page('cf_page', 'Extension', 'Extension', 'manage_options', 'cf_submenu_page', 'formget_mailget_submenu_dashboard');
154
  add_menu_page('Email Marketing', 'Email Marketing', 'manage_options', 'cf_mg_page', 'formget_mailget_mg_setting_page', plugins_url('image/mailgeticon.png', __FILE__), 110);
155
  }
156
 
157
+ //function formget_mailget_submenu_dashboard() {
158
+ // 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/>";
159
+ // echo formget_mailget_extension_list();
160
+ //}
161
 
162
 
163
  /**
178
  array('img_path' => plugins_url("image/bundle.png", __FILE__),
179
  'ext_title' => 'FormGet Extensions Bundle',
180
  'ext_desc' => 'Extensions bundle gives you access to all FormGet extensions at one single price. This extension bundle includes more than 30 different extensions and several integration.',
181
+ 'ext_url' => 'https://www.formget.com/app/extension/fg_extension/all-1'),
182
  array('img_path' => plugins_url("image/custom.png", __FILE__),
183
  'ext_title' => 'Custom Branding',
184
  'ext_desc' => 'This extensions allows you to remove and edit any FormGet branding from your forms. It allows you to quickly transform your FormGet form into your own branded form.',
185
+ 'ext_url' => 'https://www.formget.com/app/single_extension/pricing/formcapabilities-custombranding'),
186
  array('img_path' => plugins_url("image/paypal.png", __FILE__),
187
  'ext_title' => 'PayPal',
188
  'ext_desc' => 'The PayPal Extension helps you to collect online payments through your forms. It accept credit card payments through forms instantly.',
189
+ 'ext_url' => 'https://www.formget.com/app/single_extension/pricing/payment-paypal'),
190
  array('img_path' => plugins_url("image/email.png", __FILE__),
191
  'ext_title' => 'Email Notification',
192
  '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.',
193
+ 'ext_url' => 'https://www.formget.com/app/single_extension/pricing/notification-emailnotification'),
194
  array('img_path' => plugins_url("image/mailc.jpg", __FILE__),
195
  'ext_title' => 'MailChimp',
196
  'ext_desc' => 'The MailChimp Extension helps you to store form messages on MailChimp mailing list. Thus help in collecting leads.',
197
+ 'ext_url' => 'https://www.formget.com/app/single_extension/pricing/thirdparty-mailchimp'),
198
  array('img_path' => plugins_url("image/aweber.jpg", __FILE__),
199
  'ext_title' => 'Aweber',
200
  'ext_desc' => 'The Aweber Extension helps you to store your collected leads through forms on your Aweber mailing list.',
201
+ 'ext_url' => 'https://www.formget.com/app/single_extension/pricing/thirdparty-aweber'),
202
  array('img_path' => plugins_url("image/logical.jpg", __FILE__),
203
  'ext_title' => 'Logical Forms',
204
  'ext_desc' => 'The Logical Forms Extension helps you to create form with condition logics that apply to form fields.',
205
+ 'ext_url' => 'https://www.formget.com/app/single_extension/pricing/formcapabilities-logicalforms'),
206
  array('img_path' => plugins_url("image/form_scheduler_icon.png", __FILE__),
207
  'ext_title' => 'Form Scheduler',
208
  'ext_desc' => 'The Form Scheduler Extension helps you to schedule your form on the basis of - specific date or total submissions.',
209
+ 'ext_url' => 'https://www.formget.com/app/single_extension/pricing/formcapabilities-formentrylimit')
210
  );
211
  $list = '';
212
  foreach ($extensions as $extension) {
258
  <div class="fg_logo">
259
  <h2> FormGet Contact Form</h2>
260
  <!-- <img src="<?php echo plugins_url('image/extension.jpg', __FILE__); ?>" class="extensionimage" alt="Extension" />
261
+ <a href="https://www.formget.com/app/single_extension/pricing/formcapabilities-custombranding" target="_blank" class="anchorEx1"></a>
262
+ <a href="https://www.formget.com/app/single_extension/pricing/payment-paypal" target="_blank" class="anchorEx2"></a>
263
+ <a href="https://www.formget.com/app/single_extension/pricing/notification-emailnotification" target="_blank" class="anchorEx3"></a>
264
+ <a href="https://www.formget.com/app/extension/fg_extension/all-1" target="_blank" class="anchorEx4"></a>-->
265
  </div>
266
  <a target="#">
267
  <div class="fg_icon-option"> </div>
276
  <span id="form_tab" class="nav-tab nav-tab-active ">Contact Form Builder </span>
277
  <span id="embed_tab" class="nav-tab ">Embed Code</span>
278
  <span id="help_tab" class="nav-tab ">Help</span>
279
+ <span id="gopro_tab" class="nav-tab ">Upgrade</span>
280
  <span id="login_tab" class="nav-tab ">Login</span>
281
  <!--<span id="support_tab" class="nav-tab ">Support</span>-->
282
  <!--<span id="login_tab" class="nav-tab ">Login</span>-->
288
 
289
 
290
  <div class="fg_section section-text">
291
+ <h3 class="fg_heading"> Create your custom form by just clicking the fields on left side of the panel.</h3>
292
  <div class="outer_iframe_div" id="outer_iframe_div">
293
  <div class="inner_iframe_div" id="inner_iframe_div">
294
+ <iframe src="https://www.formget.com/app" class="fbuild-iframe" name="iframe" id="iframebox" style="width:100%; height:900px; border:1px solid #dfdfdf; align:center;" >
295
  </iframe>
296
  </div>
297
  </div>
300
  <div class="fg_group" id="pn_displaysetting">
301
 
302
  <div class="fg_section section-text">
303
+ <h3 class="fg_heading">Embed the code of sliding form. (To get the sliding form code, Click on Contact Form Builder tab-> Go to you form Settings-> Embed & Share -> Embed Sliding Form -> Copy & paste the code below.</h3>
304
  <div class="option">
305
  <div class="fg_controls" style="height:auto; padding-bottom: 10px;">
306
  <textarea name="content[html]" cols="60" rows="10" class="regular-text" id="fg_content_html" style="width:900px"><?php echo esc_html(formget_mailget_show_embed_code()); ?></textarea>
353
  <div class="fg_group" id="pn_template">
354
  <div class="fg_section section-text">
355
  <h3 class="fg_heading"> Watch video tutorial to use Formget Contact Form Plugin</h3>
356
+ <p class="fg_info"><b>If you have any query. Please <a href="https://www.formget.com/contact-us/" target="blank">Contact Us</a></b> </p>
357
  <div id="help_txt">
358
  <iframe class="video_tobe_shown" width="700" height="400" src="//player.vimeo.com/video/84023688?autoplay=0&amp;loop=1&amp;rel=0&amp;wmode=transparent" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" __idm_id__="7182340"></iframe>
359
  </div>
363
  </div>
364
  <div class="fg_group" id="pn_gopro">
365
  <div class="fg_section section-text">
366
+ <!-- <h3 class="fg_heading">Check Pricing..</h3>-->
367
+ <iframe src="https://www.formget.com/formget/#pricing" name="iframe" id="ext-iframe" style="width:100%; height:900px; overflow-y:scroll;" >
368
  </iframe>
369
  </div>
370
  </div>
380
  <h3 class="fg_heading"> Login to your FormGet account.</h3>
381
  <div class="outer_iframe_div" id="outer_iframe_div">
382
  <div class="inner_iframe_div" id="inner_iframe_div" >
383
+ <iframe src="https://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;" >
384
  </iframe>
385
  </div>
386
  </div>
js/fg_script.js CHANGED
@@ -39,8 +39,8 @@ jQuery(document).ready(function () {
39
 
40
  jQuery('#button_to_upgrade').click(function () {
41
  // alert("hello");
42
- //window.location.href = "http://www.formget.com/app/pricing";
43
- //var win = window.open("http://www.formget.com/app/pricing", '_blank');
44
  //win.focus();
45
  //jQuery('.fg_group').hide();
46
  //jQuery('.nav-tab').removeClass('nav-tab-active');
39
 
40
  jQuery('#button_to_upgrade').click(function () {
41
  // alert("hello");
42
+ //window.location.href = "https://www.formget.com/app/pricing";
43
+ //var win = window.open("https://www.formget.com/app/pricing", '_blank');
44
  //win.focus();
45
  //jQuery('.fg_group').hide();
46
  //jQuery('.nav-tab').removeClass('nav-tab-active');
mailget.php CHANGED
@@ -61,7 +61,7 @@ class mailGet {
61
  <div id="mg_form_sbmt_help" class="mg-form-help-box" style="display: none;">Enter Submit button text</div>
62
  </div>
63
  <p class="mg-box-text"><b>Select the page in which you want to show "Contact Us" tab. By default it is visible on every page.</b></p>
64
- <p><a target="new" href="http://www.formget.com/mailget/builder_login">Click here to signup on MailGet and get api key.</a></p>
65
  <?php
66
  global $wpdb;
67
  $page_title = $wpdb->get_results("SELECT post_title, id FROM $wpdb->posts WHERE (post_type = 'page' AND post_status = 'publish')");
@@ -89,7 +89,7 @@ class mailGet {
89
  <div class="mg-group" id="mg_mailget_content">
90
  <div class="mg-section section-text">
91
  <h3 class="mg-heading"> Login to MailGet and generate Api key.</h3>
92
- <iframe src="http://www.formget.com/mailget/builder_login/new_user" class="fbuild-iframe" name="iframe" style="width:1245px; height:900px; border:1px solid #dfdfdf; align:center; overflow-y:scroll;" >
93
  </iframe>
94
  </div>
95
  </div>
@@ -118,7 +118,7 @@ class mailGet {
118
  <div id="mg_content_box">
119
  <div class="mg-help">
120
  <ol>
121
- <li>Signup On <a target="new" href="http://www.formget.com/mailget/builder_login">MailGet</a></li>
122
  <li> After login, create a new list. For That go to <span class="mg-help-guide">contacts tab -> Add New List -> Enter the name of your list -> Add</span></li>
123
  <p>Your list is created now.</p>
124
  <li> Once you're done creating list, GoTo<span class="mg-help-guide"> Settings Tab -> INTEGRATIONS -> MailGet API</span></li>
@@ -200,7 +200,7 @@ class mailGet {
200
  background-color: rgb(247, 247, 246);
201
  }
202
  </style>
203
- <a href="http://www.formget.com/mailget/builder_login" target="_blank" style="display: inline-block"><img src="<?php echo esc_url(plugins_url('image/notice.png', __FILE__)); ?>" alt="Login into MailGet and get Api key" style=" margin-left: 10px;"/></a>
204
  <?php }
205
  ?>
206
  </div>
61
  <div id="mg_form_sbmt_help" class="mg-form-help-box" style="display: none;">Enter Submit button text</div>
62
  </div>
63
  <p class="mg-box-text"><b>Select the page in which you want to show "Contact Us" tab. By default it is visible on every page.</b></p>
64
+ <p><a target="new" href="https://www.formget.com/mailget/builder_login">Click here to signup on MailGet and get api key.</a></p>
65
  <?php
66
  global $wpdb;
67
  $page_title = $wpdb->get_results("SELECT post_title, id FROM $wpdb->posts WHERE (post_type = 'page' AND post_status = 'publish')");
89
  <div class="mg-group" id="mg_mailget_content">
90
  <div class="mg-section section-text">
91
  <h3 class="mg-heading"> Login to MailGet and generate Api key.</h3>
92
+ <iframe src="https://www.formget.com/mailget/builder_login/new_user" class="fbuild-iframe" name="iframe" style="width:1245px; height:900px; border:1px solid #dfdfdf; align:center; overflow-y:scroll;" >
93
  </iframe>
94
  </div>
95
  </div>
118
  <div id="mg_content_box">
119
  <div class="mg-help">
120
  <ol>
121
+ <li>Signup On <a target="new" href="https://www.formget.com/mailget/builder_login">MailGet</a></li>
122
  <li> After login, create a new list. For That go to <span class="mg-help-guide">contacts tab -> Add New List -> Enter the name of your list -> Add</span></li>
123
  <p>Your list is created now.</p>
124
  <li> Once you're done creating list, GoTo<span class="mg-help-guide"> Settings Tab -> INTEGRATIONS -> MailGet API</span></li>
200
  background-color: rgb(247, 247, 246);
201
  }
202
  </style>
203
+ <a href="https://www.formget.com/mailget/builder_login" target="_blank" style="display: inline-block"><img src="<?php echo esc_url(plugins_url('image/notice.png', __FILE__)); ?>" alt="Login into MailGet and get Api key" style=" margin-left: 10px;"/></a>
204
  <?php }
205
  ?>
206
  </div>
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: Pankaj Agarwal
3
  Tags: contact form, form, forms, contact form plugin, feedback form, Responsive Contact Form, contact us, contact form payments, contact for paypal, form builder, easy contact form
4
  Requires at least: 3.5.0
5
- Tested up to: 4.9.2
6
- Stable tag: 5.4.3
7
 
8
  FormGet online Form builder manage all your contact forms in single dashboard. Just a click on fields and your create contact forms that are ready for collect leads.
9
 
@@ -12,7 +12,7 @@ FormGet is an easy online drag and drop contact form builder tool. You just need
12
 
13
  = This video will give you a quick demo on how you can Create forms and embed it on your WordPress site with FormGet WordPress plugin. =
14
 
15
- http://vimeo.com/84023688
16
 
17
 
18
  = Type of Forms Supported by Plugin =
@@ -109,6 +109,9 @@ When you create account in FormGet you automatically get support desk. All the e
109
 
110
 
111
  == Changelog ==
 
 
 
112
  = Version 5.4.2 =
113
  * Tested Plugin with new version of WordPress 4.9.2
114
 
2
  Contributors: Pankaj Agarwal
3
  Tags: contact form, form, forms, contact form plugin, feedback form, Responsive Contact Form, contact us, contact form payments, contact for paypal, form builder, easy contact form
4
  Requires at least: 3.5.0
5
+ Tested up to: 4.9.7
6
+ Stable tag: 5.4.5
7
 
8
  FormGet online Form builder manage all your contact forms in single dashboard. Just a click on fields and your create contact forms that are ready for collect leads.
9
 
12
 
13
  = This video will give you a quick demo on how you can Create forms and embed it on your WordPress site with FormGet WordPress plugin. =
14
 
15
+ https://vimeo.com/84023688
16
 
17
 
18
  = Type of Forms Supported by Plugin =
109
 
110
 
111
  == Changelog ==
112
+ = Version 5.4.4 =
113
+ * Fixed HTTPS links.
114
+
115
  = Version 5.4.2 =
116
  * Tested Plugin with new version of WordPress 4.9.2
117