Version Description
Download this release
Release Info
Developer | PankajAgarwal |
Plugin | FormGet Contact Form |
Version | 1.8 |
Comparing to | |
See all releases |
Code changes from version 1.7 to 1.8
- index.php +14 -8
- readme.txt +5 -1
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: 1.
|
7 |
Author: FormGet
|
8 |
Author URI: http://www.formget.com
|
9 |
*/
|
@@ -47,21 +47,27 @@ function delete_user_entry() {
|
|
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 |
-
|
|
|
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,7 +106,7 @@ function cf_setting_page() {
|
|
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
|
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;" >
|
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.8
|
7 |
Author: FormGet
|
8 |
Author URI: http://www.formget.com
|
9 |
*/
|
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 |
|
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 then paste the form code in embed code section.</h3>
|
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;" >
|
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: 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 |
|
@@ -128,6 +128,10 @@ When you create account in FormGet you automatically get support desk. All the e
|
|
128 |
|
129 |
== Changelog ==
|
130 |
|
|
|
|
|
|
|
|
|
131 |
= Version 1.7 =
|
132 |
* New improved architects.
|
133 |
* 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.8
|
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 |
|
128 |
|
129 |
== Changelog ==
|
130 |
|
131 |
+
= Version 1.8 =
|
132 |
+
* Fixed issue for overriding other's style.
|
133 |
+
|
134 |
+
|
135 |
= Version 1.7 =
|
136 |
* New improved architects.
|
137 |
* CSS bug fixed.
|