Version Description
Download this release
Release Info
Developer | PankajAgarwal |
Plugin | FormGet Contact Form |
Version | 1.7 |
Comparing to | |
See all releases |
Code changes from version 2.0 to 1.7
- css/fgstyle.css +3 -3
- index.php +8 -14
- readme.txt +1 -15
css/fgstyle.css
CHANGED
@@ -106,7 +106,7 @@ div {
|
|
106 |
border-width: 1px;
|
107 |
border-style: solid;
|
108 |
position: relative;
|
109 |
-
width:
|
110 |
height: auto !important;
|
111 |
}
|
112 |
|
@@ -176,11 +176,11 @@ h3 {
|
|
176 |
}
|
177 |
|
178 |
#fg_of_container div#pn_content div.fg_section div.outer_iframe_div{
|
179 |
-
width:
|
180 |
|
181 |
}
|
182 |
#fg_of_container div#pn_content div.fg_section div.outer_iframe_div div.inner_iframe_div{
|
183 |
-
width:
|
184 |
|
185 |
overflow-x:hidden; /* hides horizontal scrollbar on newer browsers */
|
186 |
|
106 |
border-width: 1px;
|
107 |
border-style: solid;
|
108 |
position: relative;
|
109 |
+
width:1000px;
|
110 |
height: auto !important;
|
111 |
}
|
112 |
|
176 |
}
|
177 |
|
178 |
#fg_of_container div#pn_content div.fg_section div.outer_iframe_div{
|
179 |
+
width: 997px;
|
180 |
|
181 |
}
|
182 |
#fg_of_container div#pn_content div.fg_section div.outer_iframe_div div.inner_iframe_div{
|
183 |
+
width:996px;
|
184 |
|
185 |
overflow-x:hidden; /* hides horizontal scrollbar on newer browsers */
|
186 |
|
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:
|
7 |
Author: FormGet
|
8 |
Author URI: http://www.formget.com
|
9 |
*/
|
@@ -47,27 +47,21 @@ function delete_user_entry() {
|
|
47 |
|
48 |
register_deactivation_hook(__FILE__, 'delete_user_entry');
|
49 |
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
if (is_admin()) {
|
55 |
-
|
56 |
-
function cf_add_style() {
|
57 |
wp_enqueue_style('form1_style1_sheet1', plugins_url('css/fgstyle.css', __FILE__));
|
58 |
}
|
|
|
59 |
add_action("init", "cf_add_style");
|
60 |
-
|
|
|
61 |
|
62 |
function wordpress_style() {
|
63 |
wp_enqueue_style('stylesheet_menu', admin_url('load-styles.php?c=1&dir=ltr&load=admin-bar,wp-admin,buttons,wp-auth-check&'));
|
64 |
wp_enqueue_style('style_menu', admin_url('css/colors-fresh.min.css'));
|
65 |
}
|
66 |
|
67 |
-
add_action('init', 'wordpress_style');
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
//setting page
|
72 |
add_action('admin_menu', 'cf_menu_page');
|
73 |
|
@@ -106,7 +100,7 @@ function cf_setting_page() {
|
|
106 |
|
107 |
|
108 |
<div class="fg_section section-text">
|
109 |
-
<h3 class="fg_heading"> Create your custom form by just clicking the fields on left side of the panel. And
|
110 |
<div class="outer_iframe_div" id="outer_iframe_div">
|
111 |
<div class="inner_iframe_div" id="inner_iframe_div" >
|
112 |
<iframe src="http://www.formget.com/app" name="iframe" id="iframebox" style="width:100%; height:900px; border:1px solid #dfdfdf; align:center;" >
|
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: 1.7
|
7 |
Author: FormGet
|
8 |
Author URI: http://www.formget.com
|
9 |
*/
|
47 |
|
48 |
register_deactivation_hook(__FILE__, 'delete_user_entry');
|
49 |
|
50 |
+
function cf_add_style() {
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
wp_enqueue_style('form1_style1_sheet1', plugins_url('css/fgstyle.css', __FILE__));
|
52 |
}
|
53 |
+
|
54 |
add_action("init", "cf_add_style");
|
55 |
+
|
56 |
+
if (is_admin()) {
|
57 |
|
58 |
function wordpress_style() {
|
59 |
wp_enqueue_style('stylesheet_menu', admin_url('load-styles.php?c=1&dir=ltr&load=admin-bar,wp-admin,buttons,wp-auth-check&'));
|
60 |
wp_enqueue_style('style_menu', admin_url('css/colors-fresh.min.css'));
|
61 |
}
|
62 |
|
63 |
+
add_action('init', 'wordpress_style');
|
64 |
+
}
|
|
|
|
|
65 |
//setting page
|
66 |
add_action('admin_menu', 'cf_menu_page');
|
67 |
|
100 |
|
101 |
|
102 |
<div class="fg_section section-text">
|
103 |
+
<h3 class="fg_heading"> Create your custom form by just clicking the fields on left side of the panel. And thenpPaste the form code in embed code section.</h3>
|
104 |
<div class="outer_iframe_div" id="outer_iframe_div">
|
105 |
<div class="inner_iframe_div" id="inner_iframe_div" >
|
106 |
<iframe src="http://www.formget.com/app" name="iframe" id="iframebox" style="width:100%; height:900px; border:1px solid #dfdfdf; align:center;" >
|
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, 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:
|
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 |
|
@@ -71,10 +71,6 @@ FormGet Contact Form plugin implemented with a helpdesk system which enable you
|
|
71 |
* Data stored using entries are regularly backup and restored on cloud servers.
|
72 |
* Allow to enable form fields compulsary using avaliable Required option.
|
73 |
|
74 |
-
Learn more about our FormGet Contact Form.
|
75 |
-
|
76 |
-
http://www.youtube.com/channel/UCjejLUldlgcPrv1qbiOPOKg
|
77 |
-
|
78 |
= FormGet Contact Form Demo & User Guide =
|
79 |
* See demo for [Tabbed code form](http://www.formget.com/).
|
80 |
* See demo for [contact form on any page or post](http://www.formget.com/contact-us/).
|
@@ -132,16 +128,6 @@ When you create account in FormGet you automatically get support desk. All the e
|
|
132 |
|
133 |
== Changelog ==
|
134 |
|
135 |
-
= Version 1.9 =
|
136 |
-
* Iframe bug fixed.
|
137 |
-
|
138 |
-
= Version 1.9 =
|
139 |
-
* CSS bug fixed.
|
140 |
-
|
141 |
-
= Version 1.8 =
|
142 |
-
* Fixed issue for overriding other's style.
|
143 |
-
|
144 |
-
|
145 |
= Version 1.7 =
|
146 |
* New improved architects.
|
147 |
* CSS bug fixed.
|
3 |
Tags: contact form, contact, form, forms, contact form plugin, contact form builder, contact form with recaptcha, feedback 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: 1.7
|
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 |
|
71 |
* Data stored using entries are regularly backup and restored on cloud servers.
|
72 |
* Allow to enable form fields compulsary using avaliable Required option.
|
73 |
|
|
|
|
|
|
|
|
|
74 |
= FormGet Contact Form Demo & User Guide =
|
75 |
* See demo for [Tabbed code form](http://www.formget.com/).
|
76 |
* See demo for [contact form on any page or post](http://www.formget.com/contact-us/).
|
128 |
|
129 |
== Changelog ==
|
130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
= Version 1.7 =
|
132 |
* New improved architects.
|
133 |
* CSS bug fixed.
|