FormGet Contact Form - Version 1.6

Version Description

Download this release

Release Info

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

Code changes from version 1.9 to 1.6

css/fgstyle.css CHANGED
@@ -1,280 +1,371 @@
1
- h2.nav-tab-wrapper, h3.nav-tab-wrapper {
2
- border-bottom-color: #ccc;
3
- }
4
- .wrap h2 {
5
- color: #464646;
6
- }
7
- h2.nav-tab-wrapper, h3.nav-tab-wrapper {
8
- border-bottom-width: 1px;
9
- border-bottom-style: solid;
10
- padding-bottom: 0;
11
- }
12
- .wrap h2, .subtitle, .login form .input {
13
- font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;
14
- }
15
- .wrap h2 {
16
- font-size: 23px;
17
- padding: 9px 15px 4px 0;
18
- line-height: 29px;
19
- }
20
- .wrap h2, .subtitle {
21
- font-weight: 400;
22
- margin: 0;
23
- text-shadow: #fff 0 1px 0;
24
- }
25
- h2 {
26
- font-size: 1.5em;
27
- margin: .83em 0;
28
- }
29
- h2 {
30
- display: block;
31
- font-size: 1.5em;
32
- -webkit-margin-before: 0.83em;
33
- -webkit-margin-after: 0.83em;
34
- -webkit-margin-start: 0px;
35
- -webkit-margin-end: 0px;
36
- font-weight: bold;
37
- }
38
- h2 .nav-tab {
39
- padding: 4px 10px 6px;
40
- font-weight: 200;
41
- font-size: 20px;
42
- line-height: 24px;
43
- }
44
- h2 .nav-tab, .wrap h2, .subtitle, .login form .input {
45
- font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;
46
- }
47
- .nav-tab:hover, .nav-tab-active {
48
- border-color: #ccc #ccc #fff;
49
- }
50
- .nav-tab {
51
- border-color: #dfdfdf #dfdfdf #fff;
52
- }
53
- .nav-tab-active {
54
- border-width: 1px;
55
- color: #464646;
56
- }
57
- .nav-tab {
58
- border-style: solid;
59
- border-width: 1px 1px 0;
60
- color: #aaa;
61
- text-shadow: #fff 0 1px 0;
62
- font-size: 12px;
63
- line-height: 16px;
64
- display: inline-block;
65
- padding: 4px 14px 6px;
66
- text-decoration: none;
67
- margin: 0 6px -1px 0;
68
- -webkit-border-top-left-radius: 3px;
69
- -webkit-border-top-right-radius: 3px;
70
- border-top-left-radius: 3px;
71
- border-top-right-radius: 3px;
72
- cursor: pointer;
73
- }
74
- h2 .nav-tab, .wrap h2 {
75
- font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;
76
- }
77
- .wrap h2 {
78
- font-size: 23px;
79
- line-height: 29px;
80
- }
81
- .wrap h2 {
82
- font-weight: 400;
83
- text-shadow: #fff 0 1px 0;
84
- }
85
- div {
86
- display: block;
87
  }
88
 
89
- #fg_content {
90
- margin-top: 25px;
91
- /*padding: 10px;
92
- padding-top: 10px;
93
- padding: 0 10px 10px;*/
94
- border-width: 1px 0;
95
- border-style: solid;
96
- background: #fff;
97
- border-top-color: #fff;
98
- border-bottom-color: #dfdfdf;
99
- border-color: #dfdfdf;
100
- -webkit-box-shadow: inset 0 1px 0 #fff;
101
- box-shadow: inset 0 1px 0 #fff;
102
- -webkit-border-radius: 3px;
103
- border-radius: 3px;
104
- -webkit-border-radius: 3px;
105
- border-radius: 3px;
106
- border-width: 1px;
107
- border-style: solid;
108
- position: relative;
109
- width:1015px;
110
- height: auto !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  }
112
 
113
- .fg_group {
114
- float: left;
115
- position: relative;
116
- float: none;
117
- width: 100%;
118
- float: left;
 
 
 
 
 
 
 
 
 
 
119
  }
120
 
121
- .fg_section{
122
- background: #f5f5f5;
123
- background-image: -webkit-gradient(linear,left bottom,left top,from(#f5f5f5),to(#f9f9f9));
124
- background-image: -webkit-linear-gradient(bottom,#f5f5f5,#f9f9f9);
125
- background-image: -moz-linear-gradient(bottom,#f5f5f5,#f9f9f9);
126
- background-image: -o-linear-gradient(bottom,#f5f5f5,#f9f9f9);
127
- background-image: linear-gradient(to top,#f5f5f5,#f9f9f9);
128
- border-color: #dfdfdf;
129
- -webkit-box-shadow: inset 0 1px 0 #fff;
130
- box-shadow: inset 0 1px 0 #fff;
131
- -webkit-border-radius: 3px;
132
- border-radius: 3px;
133
- min-width: 255px;
134
- margin-bottom: 20px;
135
- padding: 0;
136
- border-width: 1px;
137
- border-style: solid;
138
- line-height: 1;
139
- -webkit-border-radius: 3px;
140
- border-radius: 3px;
141
- border-width: 1px;
142
- border-style: solid;
143
- }
144
- .fg_heading{
145
- font-size: 15px;
146
- font-weight: 400;
147
- padding: 15px 10px;
148
- margin: 0;
149
- line-height: 1;
150
- font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
151
- cursor: move;
152
- border-top-left-radius: 3px;
153
- border-top-right-radius: 3px;
154
- color: #464646;
155
- border-bottom-color: #dfdfdf;
156
- text-shadow: #fff 0 1px 0;
157
- -webkit-box-shadow: 0 1px 0 #fff;
158
- box-shadow: 0 1px 0 #fff;
159
- background: #f1f1f1;
160
- background-image: -webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));
161
- background-image: -webkit-linear-gradient(bottom,#ececec,#f9f9f9);
162
- background-image: -moz-linear-gradient(bottom,#ececec,#f9f9f9);
163
- background-image: -o-linear-gradient(bottom,#ececec,#f9f9f9);
164
- background-image: linear-gradient(to top,#ececec,#f9f9f9);
165
- }
166
- h3 {
167
- font-size: 1.17em;
168
- margin: 1em 0;
169
- display: block;
170
- font-size: 1.17em;
171
- -webkit-margin-before: 1em;
172
- -webkit-margin-after: 1em;
173
- -webkit-margin-start: 0px;
174
- -webkit-margin-end: 0px;
175
- font-weight: bold;
176
- }
177
 
178
- #fg_of_container div#pn_content div.fg_section div.outer_iframe_div{
179
- width: 1015px;
180
 
 
 
 
181
  }
182
- #fg_of_container div#pn_content div.fg_section div.outer_iframe_div div.inner_iframe_div{
183
- width:1010px;
184
 
185
- overflow-x:hidden; /* hides horizontal scrollbar on newer browsers */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
186
 
187
- /* resize and min-height are optional, allows user to resize viewable area */
188
- -webkit-resize:vertical;
189
- -moz-resize:vertical;
190
- resize:vertical;
191
- min-height:860px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  }
193
 
194
- #iframebox {
195
- margin-top:-45px; /* clipping top of page */
196
- overflow:hidden;
197
- -webkit-resize:none;
198
- -moz-resize:none;
199
- resize:none;
200
- }
201
- div.fg_embed_code_save {
202
- height: 35px;
203
- margin-top:20px;
204
- margin-left: 20px;
205
- width:90px;
206
- display: inline-block;
207
- font-size: 14px;
208
- line-height: 23px;
209
- padding-left:24px;
210
- padding-top: 7px;
211
- cursor: pointer;
212
- -webkit-border-radius: 3px;
213
- -webkit-appearance: none;
214
- -webkit-box-sizing: border-box;
215
- background-color: #278ab7;
216
- background-image: -webkit-gradient(linear,left top,left bottom,from(#2e9fd2),to(#21759b));
217
- background-image: -webkit-linear-gradient(top,#2e9fd2,#21759b);
218
- background-image: -moz-linear-gradient(top,#2e9fd2,#21759b);
219
- background-image: -ms-linear-gradient(top,#2e9fd2,#21759b);
220
- background-image: -o-linear-gradient(top,#2e9fd2,#21759b);
221
- background-image: linear-gradient(to bottom,#2e9fd2,#21759b);
222
- border-color: #1b607f;
223
- -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
224
- box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
225
- color: #fff;
226
  }
227
 
228
- div.fg_embed_code_save:hover{
229
- background-color: #21759b;
230
- background-image: -webkit-gradient(linear,left top,left bottom,from(#2a95c5),to(#21759b));
231
- background-image: -webkit-linear-gradient(top,#2a95c5,#21759b);
232
- background-image: -moz-linear-gradient(top,#2a95c5,#21759b);
233
- background-image: -ms-linear-gradient(top,#2a95c5,#21759b);
234
- background-image: -o-linear-gradient(top,#2a95c5,#21759b);
235
- background-image: linear-gradient(to bottom,#2a95c5,#21759b);
236
- border-color: #21759b;
237
- border-bottom-color: #1e6a8d;
238
- -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5);
239
- box-shadow: inset 0 1px 0 rgba(120,200,230,.5);
240
- color: #fff;
241
- text-decoration: none;
242
- text-shadow: 0 1px 0 rgba(0,0,0,.1);
243
 
 
 
244
  }
245
- .regular-text{
246
- margin-left: 19px;
247
- margin-top:15px;
248
  }
249
- .formget_contact_form{
250
- margin-left:35px;
251
- margin-top: 20px;
 
 
 
252
  }
253
- #help_txt{
254
- margin-left: 49px;
255
-
 
 
 
 
 
256
  }
257
 
258
  .fg_trial-notify{
259
- background-color: #fffbcc;
260
- border: 1px solid #e6db55;
261
- color: #555;
262
- height: 27px;
263
- font-size: 12px;
264
- text-align: left;
265
- margin-top: 25px ;
266
- padding-left:8px;
267
- border-width: 1px;
268
- border-style: solid;
269
- padding-bottom: 13px !important;
270
- margin-right: 13px !important;
271
- -webkit-margin-before: 1.5em;
272
- -webkit-margin-after: 1em;
273
- -webkit-margin-start: 0px;
274
- -webkit-margin-end: 0px;
275
- border-radius: 4px;
276
- }
277
- .fg_hide_notice{
278
- float: right;
279
- margin-right: 10px;
280
- }
1
+ .updated, .error {
2
+ /* display:none!important*/
3
+ } /* disable the admin notices */
4
+ #fg_of_container {
5
+ margin: 15px;
6
+ width: 1350px;
7
+ position:relative;
8
+ z-index: 0
9
+ }
10
+ #fg_of_container #fg_header {
11
+ height: 80px;
12
+ background:#dfdfdf url("../../../../wp-admin/images/gray-grad.png") repeat-x left top;
13
+ border: 1px solid #ccc;
14
+ border-top-left-radius: 6px;
15
+ -moz-border-radius-topleft: 6px;
16
+ -webkit-border-top-left-radius: 6px;
17
+ -webkit-border-top-right-radius: 6px;
18
+ border-top-right-radius: 6px;
19
+ -moz-border-radius-topright: 6px;
20
+ }
21
+ #fg_of_container #fg_header .fg_logo {
22
+ float: left;
23
+ margin:5px 15px;
24
+ margin-top:10px;
25
+ }
26
+ #fg_of_container #fg_header .fg_logo h2 {
27
+ font-style:normal;
28
+ }
29
+ #fg_of_container #fg_header .fg_icon-option {
30
+ float: right;
31
+ width: 178px;
32
+ background: url(../image/popup-ninja.png) no-repeat;
33
+ height: 71px;
34
+ margin: 9px 0 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  }
36
 
37
+ #fg_of_container #fg_main {
38
+ background-color: #f1f1f1;
39
+ border-left: 1px solid #d8d8d8;
40
+ border-right: 1px solid #d8d8d8;
41
+ border-bottom: 1px solid #d8d8d8;
42
+ padding-top: 1px;
43
+ }
44
+ #fg_of_container #fg_main .pop-name{
45
+ padding-top:11px;
46
+ }
47
+ #fg_of_container #fg_of-nav {
48
+ float: left;
49
+ position: relative;
50
+ z-index: 9999;
51
+ width: 180px;
52
+ }
53
+ #fg_of_container #fg_of-nav li {
54
+ margin-bottom:0
55
+ }
56
+ #fg_of_container #fg_of-nav ul li a:link, #fg_of-nav ul li a:visited {
57
+ display: block;
58
+ padding: 15px 10px 37px 15px;
59
+ font-family: Georgia, Serif;
60
+ font-size: 13px;
61
+ text-decoration: none;
62
+ color: #797979;
63
+ border-bottom: 1px solid #d8d8d8;
64
+ }
65
+ #fg_of_container #fg_of-nav ul li.current a, #fg_of-nav ul li a:hover {
66
+ color: #21759b;
67
+ background-color: #fff;
68
+ }
69
+ #fg_of_container #fg_content {
70
+ float: right;
71
+ min-height: 550px;
72
+ width: 1132px;
73
+ margin-left: -1px;
74
+ padding: 0 14px;
75
+ font-family: "Lucida Grande", Sans-serif;
76
+ background-color: #fff;
77
+ border-left: 1px solid #d8d8d8;
78
  }
79
 
80
+ #fg_of_container #authentication {
81
+ background-color: #FFFFFF;
82
+ border-bottom: 1px solid #D8D8D8;
83
+ border-left: 1px solid #D8D8D8;
84
+ border-right: 1px solid #D8D8D8;
85
+ font-family: "Lucida Grande",Sans-serif;
86
+ min-height: 550px;
87
+ padding: 1px 17px;
88
+ /*
89
+ float: left;
90
+
91
+ width:920px:
92
+
93
+
94
+ border-left: 1px solid #d8d8d8;
95
+ wdth: 890px;*/
96
  }
97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
 
 
 
99
 
100
+ #fg_of_container .current-connect{
101
+ padding: 1px 17px;
102
+ border-bottom: 1px solid #D8D8D8;
103
  }
 
 
104
 
105
+ #fg_of_container #redirect{
106
+ padding: 10px 17px;
107
+ border-bottom: 1px solid #D8D8D8;
108
+ }
109
+ #fg_of_container #fg_content .fg_section {
110
+ margin-bottom: 10px;
111
+ }
112
+ #fg_of_container #fg_content .fg_section h3.fg_heading {
113
+ margin: 10px 0 10px 0;
114
+ padding: 7px 0px;
115
+ border-bottom: 1px solid #e7e7e7;
116
+ }
117
+ #fg_of_container #fg_content .fg_section .fg_controls {
118
+ float: left;
119
+ width: 345px;
120
+ margin: 0 15px 0 0;
121
+ }
122
+ #fg_of_container #fg_content .fg_section .explain {
123
+ float: left;
124
+ width: 225px;
125
+ padding: 0 10px 0 0;
126
+ font-size: 11px;
127
+ color: #999999;
128
+ }
129
+ #fg_of_container #fg_content .section-checkbox .fg_controls {
130
+ width:25px
131
+ }
132
+ #fg_of_container #fg_content .section-checkbox .explain {
133
+ width:540px
134
+ }
135
+ #of_cointainer #fg_content .section-color .fg_controls {
136
+ width:125px
137
+ }
138
+ #fg_of_container #fg_content .section-color .explain {
139
+ width:440px
140
+ }
141
+ #fg_of_container #fg_content .section-info h3.fg_heading {
142
+ font-size: 12px;
143
+ font-weight: 100;
144
+ border: 0;
145
+ margin-top: 20px;
146
+ letter-spacing: 1px;
147
+ border-top: 1px solid #FFF298;
148
+ margin-bottom: 0;
149
+ background:#EFE186;
150
+ padding: 10px 20px;
151
+ }
152
+ #fg_of_container #fg_content .section-info .fg_controls {
153
+ margin: 0 0 20px;
154
+ padding: 15px 20px;
155
+ width: auto;
156
+ line-height: 1.5em;
157
+ font-size: 14px;
158
+ font-style: italic;
159
+ font-family: Georgia, arial;
160
+ background: #FFF298;
161
+ border:1px solid #ECD852;
162
+ color:#424242;
163
+ }
164
+ #fg_of_container #fg_content .section-info .fg_controls small {
165
+ font-size: 12px
166
+ }
167
+ #fg_of_container #fg_content .section-info h3.fg_heading {
168
+ -moz-border-radius-topleft:4px;
169
+ -moz-border-radius-topright:4px;
170
+ }
171
+ #fg_of_container #fg_content .section-info .fg_controls {
172
+ -moz-border-radius-bottomleft:4px;
173
+ -moz-border-radius-bottomright:4px;
174
+ }
175
+ #fg_of_container textarea, #fg_of_container input, #fg_of_container select {
176
+ -moz-border-radius-bottomleft:4px;
177
+ -moz-border-radius-bottomright:4px;
178
+ -moz-border-radius-topleft:4px;
179
+ -moz-border-radius-topright:4px;
180
+ border-style:solid;
181
+ border-width:1px;
182
+ }
183
+ #fg_of_container .fg_controls input, #fg_of_container .fg_controls select, #fg_of_container .fg_controls textarea {
184
+ margin-bottom: 9px !important;
185
+ background-color: #f1f1f1;
186
+ border: 1px solid;
187
+ border-color: #ccc #e6e6e6 #e6e6e6 #ccc;
188
+ width: 500px;
189
+ padding: 4px;
190
+ font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
191
+ font-size: 12px;
192
+ }
193
+ #fg_of_container .fg_controls select {
194
+ padding: 0 0 0 4px;
195
+ width: 500px
196
+ }
197
+ #fg_of_container .fg_controls textarea {
198
+ width: 500px;
199
+ }
200
+ #fg_of_container .fg_controls .input-text-small {
201
+ width: 60px;
202
+ margin-right:10px
203
+ }
204
+ #fg_of_container .meta-two {
205
+ margin-right:10px
206
+ }
207
+ #fg_of_container .fg_controls .of-color {
208
+ float:left;
209
+ width: 80px;
210
+ margin-left:5px; /* font-size:20px; height:34px;*/
211
+ }
212
+ #fg_of_container #fg_content .section-typography .fg_controls {
213
+ width:425px
214
+ }
215
+ #fg_of_container #fg_content .section-typography .explain {
216
+ width:140px
217
+ }
218
+ #fg_of_container .fg_controls .of-typography-size {
219
+ width:80px;
220
+ float:left
221
+ }
222
+ #fg_of_container .fg_controls .of-typography-unit {
223
+ width:50px;
224
+ float:left
225
+ }
226
+ #fg_of_container .fg_controls .of-typography-face {
227
+ width:100px;
228
+ float:left
229
+ }
230
+ #fg_of_container .fg_controls .of-typography-style {
231
+ width:80px;
232
+ float:left
233
+ }
234
+ #fg_of_container .fg_controls .of-radio-img-img {
235
+ border:3px solid #fff;
236
+ margin:0 5px 10px 0;
237
+ display:none;
238
+ cursor:pointer;
239
+ }
240
+ #fg_of_container .fg_controls .of-radio-img-selected {
241
+ border:3px solid #ccc
242
+ }
243
+ #fg_of_container .fg_controls .of-radio-img-img:hover {
244
+ opacity:.8;
245
+ }
246
+ #fg_of_container .fg_controls .of-border-width {
247
+ width:80px;
248
+ float:left
249
+ }
250
+ #fg_of_container .fg_controls .of-border-style {
251
+ width:120px;
252
+ float:left
253
+ }
254
+ #fg_of_container .fg_group {
255
+ padding-bottom:20px
256
+ }
257
+ #fg_of_container .fg_group h2 {
258
+ /*display:none;*/
259
+ border-bottom:3px solid #e7e7e7
260
+ }
261
+ #fg_of_container .fg_group .fg_section ol.step_ol li.step_li
262
+ {
263
+ font-size: 17px;
264
+ }
265
+ #fg_of_container .controls input:focus, #fg_of_container select:focus, #fg_of_container textarea:focus {
266
+ background:#fff;
267
+ }
268
+ .fg_save_bar_top {
269
+ background: #f3f3f3;
270
+ border:solid #ccc;
271
+ border-width:0px 1px 1px 1px;
272
+ padding: 10px 20px 0px 20px;
273
+ min-height: 35px;
274
+ text-align: right;
275
+ border-bottom-left-radius: 6px;
276
+ -moz-border-radius-bottomleft: 6px;
277
+ -webkit-border-bottom-left-radius: 6px;
278
+ -webkit-border-bottom-right-radius: 6px;
279
+ border-bottom-right-radius: 6px;
280
+ -moz-border-radius-bottomright: 6px;
281
+ }
282
 
283
+ .hide {
284
+ display:none
285
+ }
286
+ .ajax-loading-img-top {
287
+ margin: 8px 4px 0;
288
+ float:left
289
+ }
290
+ .ajax-loading-img-bottom {
291
+ }
292
+ .of-option-image {
293
+ max-width:340px;
294
+ }
295
+ #fg_of_container .mini .fg_controls select, #fg_of_container #fg_content .fg_section .mini .fg_controls {
296
+ width: 70px;
297
+ }
298
+ #fg_of_container .mini .fg_controls input, #fg_of_container #fg_content .mini .fg_controls {
299
+ width: 70px;
300
+ }
301
+ #fg_of_container #fg_content .mini .explain {
302
+ width:500px;
303
+ }
304
+ .of-notice {
305
+ background: #ffd1d1;
306
+ border:1px solid #DFA8A7;
307
+ -moz-border-radius:8px;
308
+ text-align: center;
309
+ margin-bottom: 15px
310
  }
311
 
312
+ .check {
313
+ margin-bottom: 1px ;
314
+ padding: 4px;
315
+ width: auto;
316
+ }
317
+ .check label { margin-left: 5px ; padding: 4px; width: auto;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
318
  }
319
 
320
+ html body * span.clear, html body * div.clear, html body * li.clear, html body * dd.clear { background: none; border: 0; clear: both; display: block;
321
+ float: none; font-size: 0; list-style: none; margin: 0;
322
+ padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0;
323
+ }
 
 
 
 
 
 
 
 
 
 
 
324
 
325
+ #fg_of_container #fg_of-nav ul li a.pn-view-a{
326
+ padding: 10px 10px 20px 15px;
327
  }
328
+
329
+ #fg_of_container #fg_of-nav .button-highlighted{
330
+ margin-left:8px;
331
  }
332
+ #fg_of_container .help-content{
333
+ background-color: #FFFFE0;
334
+ border:1px solid #E6DB55;
335
+ -moz-border-radius:8px;
336
+ margin: 8px 10px 9px 0;
337
+ padding:1px 2px 3px 4px;
338
  }
339
+ #fg_of_container .help-content table td,#fg_of_container .help-content table th{
340
+ padding:10px;
341
+ }
342
+ #fg_of_container .display-setting input[type="text"] {
343
+ width: 60px;
344
+ }
345
+ #fg_of_container .fg_section #help_txt{
346
+ padding-left:50px;
347
  }
348
 
349
  .fg_trial-notify{
350
+ background-color: #fffbcc;
351
+ border: 1px solid #e6db55;
352
+ color: #555;
353
+ height: 27px;
354
+ font-size: 12px;
355
+ text-align: left;
356
+ margin-top: 25px ;
357
+ padding-left:8px;
358
+ border-width: 1px;
359
+ border-style: solid;
360
+ padding-bottom: 13px !important;
361
+ margin-right: 13px !important;
362
+ -webkit-margin-before: 1.5em;
363
+ -webkit-margin-after: 1em;
364
+ -webkit-margin-start: 0px;
365
+ -webkit-margin-end: 0px;
366
+ border-radius: 4px;
367
+ }
368
+ .fg_hide_notice{
369
+ float: right;
370
+ margin-right: 10px;
371
+ }
image/Contact Form through shortcode.jpg ADDED
Binary file
image/Copy the code.png ADDED
Binary file
image/Copy_the_code.png ADDED
Binary file
image/Embed the form.png ADDED
Binary file
image/Message.png ADDED
Binary file
image/Paste the code.png ADDED
Binary file
image/Plugin_Support.png ADDED
Binary file
image/Rename the Contact Form.png ADDED
Binary file
image/Shortcode For Page.png ADDED
Binary file
image/Sign_Up.png ADDED
Binary file
image/Sign_Up_and_Create_Your_Form.png ADDED
Binary file
image/Tabbed_Widget_On_Website.png ADDED
Binary file
image/help_img.png DELETED
Binary file
index.php CHANGED
@@ -3,69 +3,50 @@
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.9
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
10
  function my_admin_notice() {
11
- $fg_iframe_form = get_option('fg_embed_code');
12
- $string = "sideBar";
13
- $pos = strpos($fg_iframe_form, $string);
14
- if ($pos == false) {
15
- global $current_user;
16
- $user_id = $current_user->ID;
17
- /* Check that the user hasn't already clicked to ignore the message */
18
- if (!get_user_meta($user_id, 'admin_ignore_notice')) {
19
- ?>
20
- <div class="fg_trial-notify">
21
- <p>
22
- <a href='<?php echo admin_url('admin.php?page=cf_page'); ?>'>Click to Create your own Advance Contact Form.</a> You can add your built form to any Page, Post, Sidebar or as a Tabbed Content.<?php printf(__('<a class="fg_hide_notice", href="%1$s">Hide Notice</a>'), '?admin_nag_ignore=0'); ?></p>
23
- </div>
24
- <?php
25
- }
26
- }
27
- }
28
-
29
- add_action('admin_notices', 'my_admin_notice');
30
 
31
  function admin_nag_ignore() {
32
  global $current_user;
33
- $user_id = $current_user->ID;
34
- /* If user clicks to ignore the notice, add that to their user meta */
35
- if (isset($_GET['admin_nag_ignore']) && '0' == $_GET['admin_nag_ignore']) {
36
- add_user_meta($user_id, 'admin_ignore_notice', 'true', true);
37
  }
38
  }
39
-
40
  add_action('admin_init', 'admin_nag_ignore');
41
 
42
- function delete_user_entry() {
43
- global $current_user;
44
- $user_id = $current_user->ID;
45
- delete_user_meta($user_id, 'admin_ignore_notice', 'true', true);
46
  }
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&amp;dir=ltr&amp;load=admin-bar,wp-admin,buttons,wp-auth-check&amp'));
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
@@ -90,69 +71,101 @@ function cf_setting_page() {
90
  </div>
91
  <div id="fg_main">
92
 
93
- <div id="fg_of-nav" class="wrap">
94
- <h2 class="nav-tab-wrapper">
95
 
96
- <span id="form_tab" class="nav-tab nav-tab-active ">Contact Form Builder </span>
97
- <span id="embed_tab" class="nav-tab ">Embed Code</span>
98
- <span id="help_tab" class="nav-tab ">Help</span>
99
- <span id="support_tab" class="nav-tab ">Plugin Support</span>
100
 
101
- </h2>
102
 
103
  </div>
104
  <div id="fg_content">
105
  <div class="fg_group" id="pn_content">
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;" >
113
- </iframe>
114
- </div>
115
- </div>
116
  </div>
117
 
118
  </div>
119
 
120
  <div class="fg_group" id="pn_displaysetting">
121
-
122
 
123
  <div class="fg_section section-text">
124
  <h3 class="fg_heading">Embed code field will only accept code for tabbed widgets. Please do not place shortcode here. </h3>
125
  <div class="option">
126
- <div class="fg_controls" style="height:310px;">
127
  <textarea name="content[html]" cols="60" rows="10" class="regular-text" id="fg_content_html" style="width:900px"><?php echo embeded_code(); ?></textarea>
128
-
129
- <div id="submit-form" class="fg_embed_code_save " > Save </div>
130
- <div id="loader_img" align="center" style="margin-left:460px; display:none;">
131
  <img src="<?php echo plugins_url('image/ajax-loader.gif', __FILE__); ?>">
132
  </div>
133
 
134
  </div>
135
-
136
- </div>
137
  </div>
138
 
139
  </div>
140
  <div class="fg_group" id="pn_template">
141
-
142
 
143
  <div class="fg_section section-text">
144
- <h3 class="fg_heading"> Steps to use Formget Contact Form Plugin</h3>
145
- <div id="help_txt">
146
- <img src="<?php echo plugins_url('image/help_img.png', __FILE__); ?>">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  </div>
148
  </div>
149
 
150
  </div>
151
- <div class="fg_group" id="pn_contactus">
152
- <div class="fg_section section-text">
153
- <h3 class="fg_heading"> Contact Us</h3>
154
- <iframe class="formget_contact_form" height='570' allowTransparency='true' frameborder='0' scrolling='no' style='width:100%;border:none' src='http://www.formget.com/app/embed/form/qQvs-639'>Your Contact </iframe>
155
- </div>
156
  </div>
157
 
158
  </div>
@@ -161,13 +174,14 @@ function cf_setting_page() {
161
 
162
  <div class="fg_save_bar_top">
163
 
164
-
165
 
166
  </div>
167
 
168
  </form>
169
  </div>
170
 
 
171
  <?php
172
  }
173
 
@@ -176,15 +190,15 @@ function cf_embeded_script() {
176
  wp_localize_script('embeded_script', 'script_call', array('ajaxurl' => admin_url('admin-ajax.php')));
177
  }
178
 
179
- if (isset($_GET['page']) == 'cf_page') {
180
- add_action('init', 'cf_embeded_script');
181
  }
182
 
183
  function cf_text_ajax_process_request() {
184
  $text_value = $_POST['value'];
185
  update_option('fg_embed_code', $text_value);
186
- echo 1;
187
- die();
188
  }
189
 
190
  add_action('wp_ajax_master_response', 'cf_text_ajax_process_request');
@@ -261,6 +275,7 @@ if (!function_exists('formget_shortcode')) {
261
  EOD;
262
  return $tabbed_formget;
263
  }
 
264
  }
265
 
266
  }
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.6
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
10
  function my_admin_notice() {
11
+ $fg_iframe_form = get_option('fg_embed_code');
12
+ $string = "sideBar";
13
+ $pos = strpos($fg_iframe_form, $string);
14
+ if ($pos == false) {
15
+ global $current_user ;
16
+ $user_id = $current_user->ID;
17
+ /* Check that the user hasn't already clicked to ignore the message */
18
+ if ( ! get_user_meta($user_id, 'admin_ignore_notice') ){
19
+ ?>
20
+ <div class="fg_trial-notify">
21
+ <p>
22
+ <a href='<?php echo admin_url('admin.php?page=cf_page'); ?>'>Click to Create your own Advance Contact Form.</a> You can add your built form to any Page, Post, Sidebar or as a Tabbed Content.<?php printf(__('<a class="fg_hide_notice", href="%1$s">Hide Notice</a>'), '?admin_nag_ignore=0'); ?></p>
23
+ </div>
24
+ <?php
25
+ }}}
26
+ add_action( 'admin_notices', 'my_admin_notice' );
 
 
 
27
 
28
  function admin_nag_ignore() {
29
  global $current_user;
30
+ $user_id = $current_user->ID;
31
+ /* If user clicks to ignore the notice, add that to their user meta */
32
+ if ( isset($_GET['admin_nag_ignore']) && '0' == $_GET['admin_nag_ignore'] ) {
33
+ add_user_meta($user_id, 'admin_ignore_notice', 'true', true);
34
  }
35
  }
 
36
  add_action('admin_init', 'admin_nag_ignore');
37
 
38
+ function delete_user_entry(){
39
+ global $current_user;
40
+ $user_id = $current_user->ID;
41
+ delete_user_meta( $user_id, 'admin_ignore_notice', 'true', true );
42
  }
 
43
  register_deactivation_hook(__FILE__, 'delete_user_entry');
44
 
45
+ function cf_add_style() {
 
 
 
 
 
 
46
  wp_enqueue_style('form1_style1_sheet1', plugins_url('css/fgstyle.css', __FILE__));
47
  }
 
 
 
 
 
 
 
48
 
49
+ add_action("init", "cf_add_style");
 
50
 
51
 
52
  //setting page
71
  </div>
72
  <div id="fg_main">
73
 
74
+ <div id="fg_of-nav">
75
+ <ul>
76
 
77
+ <li> <a class="pn-view-a" href="#pn_content" title="Form Builder">Contact Form Builder </a></li>
78
+ <li> <a class="pn-view-a" href="#pn_displaysetting" title="Embed Code">Embed Code</a></li>
79
+ <li> <a class="pn-view-a" href="#pn_template" title="Help">Help</a></li>
80
+ <li> <a class="pn-view-a" href="#pn_contactus" title="Help">Plugin Support</a></li>
81
 
82
+ </ul>
83
 
84
  </div>
85
  <div id="fg_content">
86
  <div class="fg_group" id="pn_content">
87
+ <h2>Contact Form Builder</h2>
88
 
89
  <div class="fg_section section-text">
90
+ <h3 class="fg_heading"> Create your custom form by just clicking the fields on left side of the panel.</h3>
91
+
92
+ <iframe src="http://www.formget.com/app" name="iframe" id="iframebox" style="width:100%; height:750px; border:1px solid #dfdfdf; align:center;">
93
+ </iframe>
 
 
 
94
  </div>
95
 
96
  </div>
97
 
98
  <div class="fg_group" id="pn_displaysetting">
99
+ <h2>Embed Code</h2>
100
 
101
  <div class="fg_section section-text">
102
  <h3 class="fg_heading">Embed code field will only accept code for tabbed widgets. Please do not place shortcode here. </h3>
103
  <div class="option">
104
+ <div class="fg_controls">
105
  <textarea name="content[html]" cols="60" rows="10" class="regular-text" id="fg_content_html" style="width:900px"><?php echo embeded_code(); ?></textarea>
106
+
107
+ <input id="submit-form" class="fg_embed_code_save button-primary" type="button" value="Save Changes" name="submit_form" style="display:none;">
108
+ <div id="loader_img" align="center" style="margin-left:460px; display:none;">
109
  <img src="<?php echo plugins_url('image/ajax-loader.gif', __FILE__); ?>">
110
  </div>
111
 
112
  </div>
113
+
114
+ </div>
115
  </div>
116
 
117
  </div>
118
  <div class="fg_group" id="pn_template">
119
+ <h2>Steps to use FormGet Contact Form Plugin</h2>
120
 
121
  <div class="fg_section section-text">
122
+ <h3></h3>
123
+ <div id="help_txt" style="width:900px;">
124
+ <ol class="step_ol">
125
+
126
+ <li class="step_li">Click on the fields and create your contact form</br></br></br>
127
+ <div id="step_img" style="width:963px; border: 1px solid #dfdfdf;"><img src="<?php echo plugins_url('image/Sign_Up_and_Create_Your_Form.png', __FILE__); ?>"></div></li></br></br></br>
128
+
129
+ <li class="step_li">To rename the form in your own text, click on the tab field. You can make fields required if you want, just check mark the box. At last save your changes.</br></br></br>
130
+ <div id="step_img" style="width:963px; border: 1px solid #dfdfdf;"><img src="<?php echo plugins_url('image/Rename the Contact Form.png', __FILE__); ?>"></div></li></br></br></br>
131
+
132
+ <li class="step_li">If you are already a registed member on FormGet then log in with your credentials to view your form or sign up yourself</br></br></br>
133
+ <div id="step_img" style="width:963px; border: 1px solid #dfdfdf;"><img src="<?php echo plugins_url('image/Sign_Up.png', __FILE__); ?>"></div></li></br></br></br>
134
+ <li class="step_li">Now you can embed your Contact Form on your website.</br></br></br>
135
+ <div id="step_img" style="width:963px; border: 1px solid #dfdfdf;"><img src="<?php echo plugins_url('image/Message.png', __FILE__); ?>"></div></li></br></br></br>
136
+ <li class="step_li">To embed the form on your website click on Embed option.</br></br></br>
137
+ <div id="step_img" style="width:963px; border: 1px solid #dfdfdf;"><img src="<?php echo plugins_url('image/Embed the form.png', __FILE__); ?>"></div></li></br></br></br>
138
+ <li class="step_li">Copy the code for tabbed widget.</br></br></br>
139
+ <div id="step_img" style="width:963px; border: 1px solid #dfdfdf;"><img src="<?php echo plugins_url('image/Copy the code.png', __FILE__); ?>"></div></li></br></br></br>
140
+ <li class="step_li">Paste the copied embed code in the Embed Code section. At last save your changes.</li></br></br>
141
+ <p><b>NOTE:- Only tabbed widget code can be placed in Embed Code field.
142
+ </b></p></br>
143
+ <div id="step_img" style="width:963px; border: 1px solid #dfdfdf;"><img src="<?php echo plugins_url('image/Paste the code.png', __FILE__); ?>"></div></li></br></br></br>
144
+ <li class="step_li">This is how the tabbed widget will look on your website.</li></br></br>
145
+ <div id="step_img" style="width:963px; border: 1px solid #dfdfdf;"><img src="<?php echo plugins_url('image/Tabbed_Widget_On_Website.png', __FILE__); ?>"></div></li></br></br></br>
146
+
147
+
148
+ <li class="step_li">To display your Contact Form individually on pages, post, widgets and sidebar, just copy the code from the WordPress shortcode field.</li></br></br>
149
+ <div id="step_img" style="width:963px; border: 1px solid #dfdfdf;"><img src="<?php echo plugins_url('image/Copy_the_code.png', __FILE__); ?>"></div></li></br></br></br>
150
+ <li class="step_li">Paste the copied code either of the above options. Like I just paste it in a page.</li></br></br>
151
+ <p><b>NOTE:- Remember shortcodes are made to show your contact form on individual pages/posts/siderbar/footer. Do not put your code in Embed Code field. It will not work.
152
+ </b></p></br>
153
+ <div id="step_img" style="width:963px; border: 1px solid #dfdfdf;"><img src="<?php echo plugins_url('image/Shortcode For Page.png', __FILE__); ?>"></div></li></br></br></br>
154
+ <li class="step_li">This is how your Contact Form will appear on website's page through shortcode.</li></br></br>
155
+ <div id="step_img" style="width:963px; border: 1px solid #dfdfdf;"><img src="<?php echo plugins_url('image/Contact Form through shortcode.jpg', __FILE__); ?>"></div></li></br></br></br>
156
+ <li class="step_li">If you have any issues or need any help you can just click on Plugin Support section and submit your query.</li></br></br>
157
+
158
+
159
+ <div id="step_img" style="width:963px; border: 1px solid #dfdfdf;"><img src="<?php echo plugins_url('image/Plugin_Support.png', __FILE__); ?>"></div></li></br></br></br>
160
+ <div style="font-size:15px;"> <b> Thanks,</br></br>
161
+ FormGet Team</i></b></div>
162
  </div>
163
  </div>
164
 
165
  </div>
166
+ <div class="fg_group" id="pn_contactus">
167
+ <iframe height='570' allowTransparency='true' frameborder='0' scrolling='no' style='width:100%;border:none' src='http://www.formget.com/app/embed/form/qQvs-639'>Your Contact </iframe>
168
+
 
 
169
  </div>
170
 
171
  </div>
174
 
175
  <div class="fg_save_bar_top">
176
 
177
+
178
 
179
  </div>
180
 
181
  </form>
182
  </div>
183
 
184
+
185
  <?php
186
  }
187
 
190
  wp_localize_script('embeded_script', 'script_call', array('ajaxurl' => admin_url('admin-ajax.php')));
191
  }
192
 
193
+ if(isset($_GET['page'])=='cf_page'){
194
+ add_action('init', 'cf_embeded_script');
195
  }
196
 
197
  function cf_text_ajax_process_request() {
198
  $text_value = $_POST['value'];
199
  update_option('fg_embed_code', $text_value);
200
+ echo 1;
201
+ die();
202
  }
203
 
204
  add_action('wp_ajax_master_response', 'cf_text_ajax_process_request');
275
  EOD;
276
  return $tabbed_formget;
277
  }
278
+
279
  }
280
 
281
  }
js/fg_script.js CHANGED
@@ -1,57 +1,38 @@
1
  jQuery(document).ready(function() {
2
  jQuery('.fg_group').hide();
3
- jQuery('#pn_content').css("display", "block");
4
-
5
- jQuery('#embed_tab').click(function() {
6
- // alert("hello");
7
- jQuery('.fg_group').hide();
8
- jQuery('.nav-tab').removeClass('nav-tab-active');
9
- jQuery(this).addClass('nav-tab-active');
10
- jQuery('#pn_displaysetting').css("display", "block");
11
- jQuery(".fg_embed_code_save").css("display", "block");
12
-
13
- });
14
-
15
- jQuery('#support_tab').click(function() {
16
- // alert("hello");
17
- jQuery('.fg_group').hide();
18
- jQuery('.nav-tab').removeClass('nav-tab-active');
19
- jQuery(this).addClass('nav-tab-active');
20
- jQuery('#pn_contactus').css("display", "block");
21
- });
22
- jQuery('#help_tab').click(function() {
23
- // alert("hello");
24
- jQuery('.fg_group').hide();
25
- jQuery('.nav-tab').removeClass('nav-tab-active');
26
- jQuery(this).addClass('nav-tab-active');
27
- jQuery('#pn_template').css("display", "block");
28
- });
29
-
30
-
31
- jQuery('#form_tab').click(function() {
32
- // alert("hello");
33
- jQuery('.fg_group').hide();
34
- jQuery('.nav-tab').removeClass('nav-tab-active');
35
- jQuery(this).addClass('nav-tab-active');
36
- jQuery('#pn_content').css("display", "block");
37
- });
38
-
39
-
40
-
41
  jQuery('.fg_embed_code_save').click(function() {
42
- jQuery('div#loader_img').css("display", "block");
43
- var text_value = jQuery('textarea#fg_content_html').val();
44
- var data = {
45
  action: 'master_response',
46
  value: text_value
47
  };
48
  jQuery.post(script_call.ajaxurl, data, function(response) {
49
  if (response) {
50
  jQuery('div#loader_img').css("display", "none");
51
- }
52
  else {
53
-
54
- jQuery('div#loader_img').css("display", "none");
55
  }
56
  });
57
  });
1
  jQuery(document).ready(function() {
2
  jQuery('.fg_group').hide();
3
+ jQuery('.fg_group:first').fadeIn();
4
+ jQuery('#fg_of-nav li:first').addClass('current');
5
+ jQuery('#fg_of-nav li a').click(function(evt){
6
+ jQuery('#fg_of-nav li').removeClass('current');
7
+ jQuery(this).parent().addClass('current');
8
+ if(jQuery(this).attr("title")=="Embed Code"){
9
+ jQuery(".fg_embed_code_save").css("display", "block");
10
+ jQuery(".fg_embed_code_save").css("float", "left");
11
+ jQuery(".fg_embed_code_save").css("width", "120px");
12
+ jQuery(".fg_embed_code_save").css("height", "40px");
13
+ }
14
+ else{
15
+ jQuery(".fg_embed_code_save").css("display", "none");
16
+ }
17
+ var clicked_group = jQuery(this).attr('href');
18
+ jQuery('.fg_group').hide();
19
+ jQuery(clicked_group).fadeIn();
20
+ evt.preventDefault();
21
+ });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  jQuery('.fg_embed_code_save').click(function() {
23
+ jQuery('div#loader_img').css("display","block");
24
+ var text_value = jQuery('textarea#fg_content_html').val();
25
+ var data = {
26
  action: 'master_response',
27
  value: text_value
28
  };
29
  jQuery.post(script_call.ajaxurl, data, function(response) {
30
  if (response) {
31
  jQuery('div#loader_img').css("display", "none");
32
+ }
33
  else {
34
+
35
+ jQuery('div#loader_img').css("display", "none");
36
  }
37
  });
38
  });
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.9
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,18 +128,6 @@ When you create account in FormGet you automatically get support desk. All the e
128
 
129
  == Changelog ==
130
 
131
- = Version 1.9 =
132
- * CSS bug fixed.
133
-
134
- = Version 1.8 =
135
- * Fixed issue for overriding other's style.
136
-
137
-
138
- = Version 1.7 =
139
- * New improved architects.
140
- * CSS bug fixed.
141
- * Help text improved.
142
-
143
  = Version 1.6 =
144
  * Admin-panel CSS bug fixed.
145
 
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.6
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.6 =
132
  * Admin-panel CSS bug fixed.
133