Version Description
Download this release
Release Info
Developer | PankajAgarwal |
Plugin | FormGet Contact Form |
Version | 5.4.8 |
Comparing to | |
See all releases |
Code changes from version 5.4.7 to 5.4.8
- index.php +2 -2
- readme.txt +5 -1
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.
|
7 |
Author: FormGet
|
8 |
Author URI: https://www.formget.com/formget/
|
9 |
*/
|
@@ -514,7 +514,7 @@ if (!function_exists('formget_mailget_shortcode')) {
|
|
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='
|
518 |
$iframe_formget .="</iframe>";
|
519 |
add_filter('widget_text', 'do_shortcode');
|
520 |
return $iframe_formget;
|
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.8
|
7 |
Author: FormGet
|
8 |
Author URI: https://www.formget.com/formget/
|
9 |
*/
|
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>";
|
519 |
add_filter('widget_text', 'do_shortcode');
|
520 |
return $iframe_formget;
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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: 4.4.0
|
5 |
Tested up to: 4.9.8
|
6 |
-
Stable tag: 5.4.
|
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 |
|
@@ -109,6 +109,10 @@ When you create account in FormGet you automatically get support desk. All the e
|
|
109 |
|
110 |
|
111 |
== Changelog ==
|
|
|
|
|
|
|
|
|
112 |
= Version 5.4.7 =
|
113 |
* Changed plugin interface.
|
114 |
|
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: 4.4.0
|
5 |
Tested up to: 4.9.8
|
6 |
+
Stable tag: 5.4.8
|
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 |
|
109 |
|
110 |
|
111 |
== Changelog ==
|
112 |
+
|
113 |
+
= Version 5.4.8 =
|
114 |
+
* Changed Scrolling functionality in iframe.
|
115 |
+
|
116 |
= Version 5.4.7 =
|
117 |
* Changed plugin interface.
|
118 |
|