FormGet Contact Form - Version 5.5.1

Version Description

Download this release

Release Info

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

Code changes from version 5.5.0 to 5.5.1

Files changed (2) hide show
  1. index.php +20 -18
  2. readme.txt +8 -2
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: FormGet Contact Form
4
  Plugin URI: https://www.formget.com/formget/
5
  Description: FormGet is an online form builder that helps you in creating beautiful contact forms, multi-page forms, payment forms, and several other types of forms easily. Simply drag and drop the required fields to start creating your first form.
6
- Version: 5.5.0
7
  Author: FormGet
8
  Author URI: https://www.formget.com/formget/
9
  */
@@ -141,13 +141,12 @@ if (is_admin() && isset($_GET['page'])) {
141
  add_action('admin_menu', 'formget_mailget_menu_page');
142
 
143
  function formget_mailget_menu_page() {
144
- add_menu_page('cf', 'Contact Form Builder', 'manage_options', 'cf_page', 'fg_create_form', plugins_url('image/favicon.ico', __FILE__), 109);
145
- // add_submenu_page('cf_page', 'Contact Form Builder', 'Contact Form Builder', 'manage_options', 'form_tab', 'fg_create_form');
146
- add_submenu_page('cf_page', 'Embed Code', 'Embed Code', 'manage_options', 'embed_tab', 'fg_embed_code');
147
- add_submenu_page('cf_page', 'Help', 'Help', 'manage_options', 'help_tab', 'fg_help_tab');
148
- add_submenu_page('cf_page', 'Upgrade', 'Upgrade', 'manage_options', 'gopro_tab', 'fg_gopro_tab');
149
- add_submenu_page('cf_page', 'SignUp/Login', 'SignUp/Login', 'manage_options', 'login_tab', 'fg_signup_tab');
150
- // add_menu_page('Email Marketing', 'Email Marketing', 'manage_options', 'cf_mg_page', 'formget_mailget_mg_setting_page', plugins_url('image/mailgeticon.png', __FILE__), 110);
151
  }
152
 
153
  //function formget_mailget_submenu_dashboard() {
@@ -163,7 +162,7 @@ function fg_create_form() {
163
  <div class="fg_section section-text">
164
  <div class="outer_iframe_div" id="outer_iframe_div">
165
  <div class="inner_iframe_div" id="inner_iframe_div">
166
- <iframe src="https://www.formget.com/app/home" class="fbuild-iframe" name="iframe" id="iframebox" style="width:100%; height:900px; border:1px solid #dfdfdf; align:center;" >
167
  </iframe>
168
  </div>
169
  </div>
@@ -269,17 +268,20 @@ function fg_gopro_tab() {
269
  <?php }
270
 
271
  function fg_signup_tab() {
272
- ?>
273
- <div class="fg_group1" id="pn_login">
274
- <div class="fg_section section-text">
275
- <div class="outer_iframe_div" id="outer_iframe_div">
276
- <div class="inner_iframe_div" id="inner_iframe_div" >
277
- <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;" >
278
- </iframe>
 
 
279
  </div>
280
  </div>
281
  </div>
282
  </div>
 
283
  <?php
284
  }
285
 
@@ -512,7 +514,7 @@ if (!function_exists('formget_mailget_shortcode')) {
512
  'tab' => ''
513
  ), $atts));
514
  $iframe_formget = '';
515
- $url = "https://www.formget.com/app/embed/form/" . $formcode;
516
  if ($tab == 'page') {
517
  $iframe_formget .="<iframe height='" . $height . "' allowTransparency='true' frameborder='0' scrolling='yes' style='width:100%;border:none' src='" . $url . "' >";
518
  $iframe_formget .="</iframe>";
@@ -527,7 +529,7 @@ if (!function_exists('formget_mailget_shortcode')) {
527
  {var head = document.getElementsByTagName('HEAD').item(0);
528
  var s= document.createElement('script');
529
  s.type = 'text/javascript';
530
- s.src='//www.formget.com/app/app_data/new-widget/popup.js';
531
  head.appendChild(s);
532
  var options = {
533
  'tabKey': '{$formcode}',
3
  Plugin Name: FormGet Contact Form
4
  Plugin URI: https://www.formget.com/formget/
5
  Description: FormGet is an online form builder that helps you in creating beautiful contact forms, multi-page forms, payment forms, and several other types of forms easily. Simply drag and drop the required fields to start creating your first form.
6
+ Version: 5.5.2
7
  Author: FormGet
8
  Author URI: https://www.formget.com/formget/
9
  */
141
  add_action('admin_menu', 'formget_mailget_menu_page');
142
 
143
  function formget_mailget_menu_page() {
144
+ add_menu_page('cf', 'Contact Form Builder', 'manage_options', 'cf_page', 'fg_signup_tab', plugins_url('image/favicon.ico', __FILE__), 109);
145
+ //add_menu_page('cf', 'Contact Form Builder', 'manage_options', 'cf_page', 'fg_embed_code', plugins_url('image/favicon.ico', __FILE__), 109);
146
+ add_submenu_page('cf_page', 'Create Form', 'Create Form', 'manage_options', 'c_f', 'fg_create_form');
147
+ add_submenu_page('cf_page', 'Embed Code', 'Embed Code', 'manage_options', 'embed_tab', 'fg_embed_code');
148
+ add_submenu_page('cf_page', 'Help', 'Help', 'manage_options', 'help_tab', 'fg_help_tab');
149
+ add_submenu_page('cf_page', 'Upgrade', 'Upgrade', 'manage_options', 'gopro_tab', 'fg_gopro_tab');
 
150
  }
151
 
152
  //function formget_mailget_submenu_dashboard() {
162
  <div class="fg_section section-text">
163
  <div class="outer_iframe_div" id="outer_iframe_div">
164
  <div class="inner_iframe_div" id="inner_iframe_div">
165
+ <iframe src="https://forms.pabbly.com/home" class="fbuild-iframe" name="iframe" id="iframebox" style="width:100%; height:900px; border:1px solid #dfdfdf; align:center;" >
166
  </iframe>
167
  </div>
168
  </div>
268
  <?php }
269
 
270
  function fg_signup_tab() {
271
+ ?>
272
+ <div id="fg_content1">
273
+ <div class="fg_group1" id="pn_content">
274
+ <div class="fg_section section-text">
275
+ <div class="outer_iframe_div" id="outer_iframe_div">
276
+ <div class="inner_iframe_div" id="inner_iframe_div">
277
+ <iframe src="https://forms.pabbly.com/login" class="fbuild-iframe" name="iframe" id="iframebox" style="width:100%; height:900px; border:1px solid #dfdfdf; align:center;" >
278
+ </iframe>
279
+ </div>
280
  </div>
281
  </div>
282
  </div>
283
  </div>
284
+
285
  <?php
286
  }
287
 
514
  'tab' => ''
515
  ), $atts));
516
  $iframe_formget = '';
517
+ $url = "https://forms.pabbly.com/embed/form/" . $formcode;
518
  if ($tab == 'page') {
519
  $iframe_formget .="<iframe height='" . $height . "' allowTransparency='true' frameborder='0' scrolling='yes' style='width:100%;border:none' src='" . $url . "' >";
520
  $iframe_formget .="</iframe>";
529
  {var head = document.getElementsByTagName('HEAD').item(0);
530
  var s= document.createElement('script');
531
  s.type = 'text/javascript';
532
+ s.src='//forms.pabbly.com/app_data/new-widget/popup.js';
533
  head.appendChild(s);
534
  var options = {
535
  'tabKey': '{$formcode}',
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: pankajagarwal
3
  Tags: form, form builder, custom form, subscribe form, feedback form, contact form, forms, contact form plugin, feedback form, Responsive Contact Form, contact us, contact form payments, contact for paypal, form builder, easy contact form, file upload, multi-page form
4
  Requires at least: 5.1.0
5
- Tested up to: 5.2.1
6
- Stable tag: 5.5.0
7
 
8
  FormGet is an online form builder that helps you in creating beautiful contact forms, multi-page forms, payment forms, and several other types of forms easily. Simply drag and drop the required fields to start creating your first form.
9
 
@@ -1848,6 +1848,12 @@ Zara Job Application Form
1848
 
1849
  == Changelog ==
1850
 
 
 
 
 
 
 
1851
  = Version 5.5.0 =
1852
  * Updated the FormGet plugin page description with the latest details.
1853
 
2
  Contributors: pankajagarwal
3
  Tags: form, form builder, custom form, subscribe form, feedback form, contact form, forms, contact form plugin, feedback form, Responsive Contact Form, contact us, contact form payments, contact for paypal, form builder, easy contact form, file upload, multi-page form
4
  Requires at least: 5.1.0
5
+ Tested up to: 5.2.2
6
+ Stable tag: 5.5.1
7
 
8
  FormGet is an online form builder that helps you in creating beautiful contact forms, multi-page forms, payment forms, and several other types of forms easily. Simply drag and drop the required fields to start creating your first form.
9
 
1848
 
1849
  == Changelog ==
1850
 
1851
+ = Version 5.5.2 =
1852
+ * Updated Login URLs.
1853
+
1854
+ = Version 5.5.1 =
1855
+ * Updated the urls of sliding panels.
1856
+
1857
  = Version 5.5.0 =
1858
  * Updated the FormGet plugin page description with the latest details.
1859