Version Description
Download this release
Release Info
Developer | PankajAgarwal |
Plugin | FormGet Contact Form |
Version | 3.1 |
Comparing to | |
See all releases |
Code changes from version 3.3 to 3.1
- css/fgstyle.css +159 -131
- image/btn-1.png +0 -0
- image/btn-2.png +0 -0
- image/btn-3.png +0 -0
- image/btn-4.png +0 -0
- image/formget_banner.png +0 -0
- image/hide-btn-1.png +0 -0
- image/hide-btn.png +0 -0
- image/upgrad-.png +0 -0
- image/wvideo.png +0 -0
- index.php +58 -41
- js/fg_script.js +13 -16
- readme.txt +2 -8
css/fgstyle.css
CHANGED
@@ -74,10 +74,9 @@ h2 .nav-tab, .wrap h2, .subtitle, .login form .input {
|
|
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 |
-
padding-left: 0;
|
81 |
}
|
82 |
.wrap h2 {
|
83 |
font-weight: 400;
|
@@ -86,6 +85,7 @@ h2 .nav-tab, .wrap h2 {
|
|
86 |
div {
|
87 |
display: block;
|
88 |
}
|
|
|
89 |
#fg_content {
|
90 |
margin-top: 25px;
|
91 |
/*padding: 10px;
|
@@ -109,6 +109,7 @@ div {
|
|
109 |
width:1035px;
|
110 |
height: auto !important;
|
111 |
}
|
|
|
112 |
.fg_group {
|
113 |
float: left;
|
114 |
position: relative;
|
@@ -116,6 +117,7 @@ div {
|
|
116 |
width: 100%;
|
117 |
float: left;
|
118 |
}
|
|
|
119 |
.fg_section{
|
120 |
background: #f5f5f5;
|
121 |
background-image: -webkit-gradient(linear,left bottom,left top,from(#f5f5f5),to(#f9f9f9));
|
@@ -172,18 +174,23 @@ h3 {
|
|
172 |
-webkit-margin-end: 0px;
|
173 |
font-weight: bold;
|
174 |
}
|
|
|
175 |
#fg_of_container div#pn_content div.fg_section div.outer_iframe_div{
|
176 |
-
width: 1035px;
|
|
|
177 |
}
|
178 |
#fg_of_container div#pn_content div.fg_section div.outer_iframe_div div.inner_iframe_div{
|
179 |
width:1030px;
|
|
|
180 |
overflow-x:hidden; /* hides horizontal scrollbar on newer browsers */
|
|
|
181 |
/* resize and min-height are optional, allows user to resize viewable area */
|
182 |
-webkit-resize:vertical;
|
183 |
-moz-resize:vertical;
|
184 |
resize:vertical;
|
185 |
-
min-height:
|
186 |
}
|
|
|
187 |
#iframebox {
|
188 |
margin-top:-45px; /* clipping top of page */
|
189 |
overflow:hidden;
|
@@ -215,8 +222,10 @@ div.fg_embed_code_save {
|
|
215 |
border-color: #1b607f;
|
216 |
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
|
217 |
box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
|
218 |
-
color: #fff;
|
|
|
219 |
}
|
|
|
220 |
div.fg_embed_code_save:hover{
|
221 |
background-color: #21759b;
|
222 |
background-image: -webkit-gradient(linear,left top,left bottom,from(#2a95c5),to(#21759b));
|
@@ -232,6 +241,7 @@ div.fg_embed_code_save:hover{
|
|
232 |
color: #fff;
|
233 |
text-decoration: none;
|
234 |
text-shadow: 0 1px 0 rgba(0,0,0,.1);
|
|
|
235 |
}
|
236 |
.regular-text{
|
237 |
margin-left: 19px;
|
@@ -244,31 +254,98 @@ div.fg_embed_code_save:hover{
|
|
244 |
}
|
245 |
#help_txt{
|
246 |
margin-left: 69px;
|
247 |
-
|
248 |
}
|
|
|
249 |
.fg_trial-notify{
|
250 |
-
margin-top:
|
251 |
-
margin-left: 0 !important;
|
252 |
position: relative;
|
253 |
z-index: 100;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
254 |
margin-right: 10px;
|
255 |
}
|
|
|
256 |
p.fg_division_note{
|
|
|
|
|
257 |
margin: 0;
|
258 |
padding: 0 10px;
|
259 |
text-align: left;
|
260 |
margin: 10px 10px 10px 0;
|
|
|
|
|
|
|
261 |
font-weight: normal;
|
|
|
262 |
-moz-border-radius: 5px;
|
263 |
-webkit-border-radius: 5px;
|
264 |
border-radius: 5px;
|
|
|
265 |
vertical-align: middle;
|
266 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
267 |
.fg_hide_notice{
|
268 |
-
|
|
|
|
|
269 |
}
|
|
|
270 |
.fg_notice_div{
|
271 |
-
width:1035px;
|
272 |
margin-top: 20px;
|
273 |
position: relative;
|
274 |
z-index: 100;
|
@@ -280,56 +357,39 @@ p.fg_division_note{
|
|
280 |
-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.04);
|
281 |
box-shadow: inset 0 0 15px rgba(0,0,0,0.04);
|
282 |
overflow: hidden;
|
283 |
-
padding:
|
284 |
-
background-color:
|
285 |
color: black;
|
286 |
margin-right: 10px;
|
287 |
}
|
288 |
-
.fg_pro_div{
|
289 |
-
width: 1045px;
|
290 |
-
margin-top: 20px;
|
291 |
-
position: relative;
|
292 |
-
z-index: 100;
|
293 |
-
-moz-border-radius: 3px;
|
294 |
-
-webkit-border-radius: 3px;
|
295 |
-
border-radius: 3px;
|
296 |
-
-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.04);
|
297 |
-
-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.04);
|
298 |
-
box-shadow: inset 0 0 15px rgba(0,0,0,0.04);
|
299 |
-
overflow: hidden;
|
300 |
-
cursor: pointer;
|
301 |
-
}
|
302 |
p.fg_video_notice{
|
|
|
303 |
max-width: 800px;
|
304 |
margin: 0;
|
305 |
-
padding: 0
|
306 |
text-align: left;
|
307 |
margin: 10px 0 10px 0;
|
308 |
-
|
309 |
-
|
|
|
310 |
font-weight: normal;
|
311 |
-
font-family:Arial, sans-serif, Tahoma;
|
312 |
-
font-weight: normal;
|
313 |
-moz-border-radius: 5px;
|
314 |
-webkit-border-radius: 5px;
|
315 |
border-radius: 5px;
|
316 |
float: left;
|
317 |
vertical-align: middle;
|
318 |
-
margin-left: 13px;
|
319 |
}
|
320 |
.fg_getting_started{
|
321 |
-
margin-top:
|
322 |
float: left;
|
323 |
font-size: 18px !important;
|
324 |
-
margin-left: 5px;
|
325 |
}
|
326 |
.hide_video_notice{
|
327 |
-
margin-top:
|
328 |
float: left;
|
329 |
overflow: hidden;
|
330 |
font-size: 18px !important;
|
331 |
opacity:0.6;
|
332 |
-
margin-left: 7px;
|
333 |
}
|
334 |
div#fg_videoContainer{
|
335 |
display: none;
|
@@ -348,106 +408,74 @@ div#fg_videoContainer .video_tobe_shown{
|
|
348 |
opacity:1 !important;
|
349 |
}
|
350 |
input#fg_selected_box{
|
351 |
-
|
352 |
}
|
353 |
.fg_info{
|
354 |
margin-left: 18px;
|
355 |
}
|
356 |
.fg_upgarde_to_pro{
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
}
|
365 |
.fg_pro_notice{
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
}
|
382 |
-
.
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
.
|
420 |
-
|
421 |
-
-webkit-box-shadow: inset 0px 1px 0px 0px #a9eba3;
|
422 |
-
box-shadow: inset 0px 1px 0px 0px #a9eba3;
|
423 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7edd76), color-stop(1, #65c25e));
|
424 |
-
background: -moz-linear-gradient(top, #7edd76 5%, #65c25e 100%);
|
425 |
-
background: -webkit-linear-gradient(top, #7edd76 5%, #65c25e 100%);
|
426 |
-
background: -o-linear-gradient(top, #7edd76 5%, #65c25e 100%);
|
427 |
-
background: -ms-linear-gradient(top, #7edd76 5%, #65c25e 100%);
|
428 |
-
background: linear-gradient(to bottom, #7edd76 5%, #65c25e 100%);
|
429 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7edd76', endColorstr='#65c25e',GradientType=0);
|
430 |
-
background-color: #7edd76;
|
431 |
-
-moz-border-radius: 3px;
|
432 |
-
-webkit-border-radius: 3px;
|
433 |
-
border-radius: 3px;
|
434 |
-
border: 1px solid #3fa23a;
|
435 |
-
display: inline-block;
|
436 |
-
color: #ffffff;
|
437 |
-
font-size: 14px;
|
438 |
-
font-weight: normal;
|
439 |
-
padding: 2px 12px;
|
440 |
-
text-decoration: none !important;
|
441 |
-
text-shadow: 0px 1px 0px #3c7038;
|
442 |
-
}
|
443 |
-
.fg_hide_notice:hover{
|
444 |
-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #65c25e), color-stop(1, #7edd76));
|
445 |
-
background: -moz-linear-gradient(top, #65c25e 5%, #7edd76 100%);
|
446 |
-
background: -webkit-linear-gradient(top, #65c25e 5%, #7edd76 100%);
|
447 |
-
background: -o-linear-gradient(top, #65c25e 5%, #7edd76 100%);
|
448 |
-
background: -ms-linear-gradient(top, #65c25e 5%, #7edd76 100%);
|
449 |
-
background: linear-gradient(to bottom, #65c25e 5%, #7edd76 100%);
|
450 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65c25e', endColorstr='#7edd76',GradientType=0);
|
451 |
-
background-color: #65c25e;
|
452 |
-
color: #ffffff;
|
453 |
}
|
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;
|
85 |
div {
|
86 |
display: block;
|
87 |
}
|
88 |
+
|
89 |
#fg_content {
|
90 |
margin-top: 25px;
|
91 |
/*padding: 10px;
|
109 |
width:1035px;
|
110 |
height: auto !important;
|
111 |
}
|
112 |
+
|
113 |
.fg_group {
|
114 |
float: left;
|
115 |
position: relative;
|
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));
|
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: 1035px;
|
180 |
+
|
181 |
}
|
182 |
#fg_of_container div#pn_content div.fg_section div.outer_iframe_div div.inner_iframe_div{
|
183 |
width:1030px;
|
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;
|
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 |
+
|
229 |
div.fg_embed_code_save:hover{
|
230 |
background-color: #21759b;
|
231 |
background-image: -webkit-gradient(linear,left top,left bottom,from(#2a95c5),to(#21759b));
|
241 |
color: #fff;
|
242 |
text-decoration: none;
|
243 |
text-shadow: 0 1px 0 rgba(0,0,0,.1);
|
244 |
+
|
245 |
}
|
246 |
.regular-text{
|
247 |
margin-left: 19px;
|
254 |
}
|
255 |
#help_txt{
|
256 |
margin-left: 69px;
|
257 |
+
|
258 |
}
|
259 |
+
|
260 |
.fg_trial-notify{
|
261 |
+
margin-top: 20px;
|
|
|
262 |
position: relative;
|
263 |
z-index: 100;
|
264 |
+
border: 1px solid #70a4d2!important;
|
265 |
+
-moz-border-radius: 3px;
|
266 |
+
-webkit-border-radius: 3px;
|
267 |
+
border-radius: 3px;
|
268 |
+
-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.04);
|
269 |
+
-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.04);
|
270 |
+
box-shadow: inset 0 0 15px rgba(0,0,0,0.04);
|
271 |
+
overflow: hidden;
|
272 |
+
padding: 10px 0 10px!important;
|
273 |
+
background-color: #b4d5f2;
|
274 |
+
color: white;
|
275 |
margin-right: 10px;
|
276 |
}
|
277 |
+
|
278 |
p.fg_division_note{
|
279 |
+
color: black;
|
280 |
+
max-width: 1150px;
|
281 |
margin: 0;
|
282 |
padding: 0 10px;
|
283 |
text-align: left;
|
284 |
margin: 10px 10px 10px 0;
|
285 |
+
font-size: 22px;
|
286 |
+
line-height: 28px;
|
287 |
+
font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",Verdana,"Bitstream Vera Sans",sans-serif;
|
288 |
font-weight: normal;
|
289 |
+
/* text-shadow: 0 1px 1px #3b8dd2; */
|
290 |
-moz-border-radius: 5px;
|
291 |
-webkit-border-radius: 5px;
|
292 |
border-radius: 5px;
|
293 |
+
float: left;
|
294 |
vertical-align: middle;
|
295 |
}
|
296 |
+
.fg_button_prime{
|
297 |
+
color: white;
|
298 |
+
font-size: 14px!important;
|
299 |
+
line-height: 16px!important;
|
300 |
+
height: auto!important;
|
301 |
+
-webkit-border-radius: 3px;
|
302 |
+
border-radius: 3px;
|
303 |
+
margin: 0 5px 0 0;
|
304 |
+
padding: 5px 12px;
|
305 |
+
vertical-align: middle;
|
306 |
+
color: #fff;
|
307 |
+
text-align: center;
|
308 |
+
text-decoration: none;
|
309 |
+
border: 1px solid #317dbc;
|
310 |
+
-webkit-transition: none;
|
311 |
+
-moz-transition: none;
|
312 |
+
cursor: pointer;
|
313 |
+
outline: 0;
|
314 |
+
font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",Verdana,"Bitstream Vera Sans",sans-serif;
|
315 |
+
/* text-shadow: 0 1px #3b8dd2; */
|
316 |
+
background-color: blue;
|
317 |
+
background-image: -webkit-gradient(linear,left top,left bottom,from(#3b8dd2),to(#5cacf0));
|
318 |
+
background-image: -webkit-linear-gradient(top,#3b8dd2,#5cacf0);
|
319 |
+
background-image: -moz-linear-gradient(top,#3b8dd2,#5cacf0);
|
320 |
+
background-image: -ms-linear-gradient(top,#3b8dd2,#5cacf0);
|
321 |
+
background-image: -o-linear-gradient(top,#3b8dd2,#5cacf0);
|
322 |
+
background-image: linear-gradient(to bottom,#3b8dd2,#5cacf0);
|
323 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.1);
|
324 |
+
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.1);
|
325 |
+
|
326 |
+
}
|
327 |
+
.fg_button_prime:hover{
|
328 |
+
color: white;
|
329 |
+
text-shadow: 0 -1px #3b8dd2;
|
330 |
+
border: 1px solid #317dbc;
|
331 |
+
background-color: #5D8CC9;
|
332 |
+
background-image: -webkit-gradient(linear,left top,left bottom,from(#5cacf0),to(#3b8dd2));
|
333 |
+
background-image: -webkit-linear-gradient(top,#5cacf0,#3b8dd2);
|
334 |
+
background-image: -moz-linear-gradient(top,#5cacf0,#3b8dd2);
|
335 |
+
background-image: -ms-linear-gradient(top,#5cacf0,#3b8dd2);
|
336 |
+
background-image: -o-linear-gradient(top,#5cacf0,#3b8dd2);
|
337 |
+
background-image: linear-gradient(to bottom,#5cacf0,#3b8dd2);
|
338 |
+
webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.1);
|
339 |
+
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),inset 0 -1px 0 rgba(0,0,0,0.1);
|
340 |
+
}
|
341 |
+
|
342 |
.fg_hide_notice{
|
343 |
+
float: right;
|
344 |
+
margin-right: 10px;
|
345 |
+
opacity: .6;
|
346 |
}
|
347 |
+
|
348 |
.fg_notice_div{
|
|
|
349 |
margin-top: 20px;
|
350 |
position: relative;
|
351 |
z-index: 100;
|
357 |
-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.04);
|
358 |
box-shadow: inset 0 0 15px rgba(0,0,0,0.04);
|
359 |
overflow: hidden;
|
360 |
+
padding: 10px 0 10px!important;
|
361 |
+
background-color: #b4d5f2;
|
362 |
color: black;
|
363 |
margin-right: 10px;
|
364 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
365 |
p.fg_video_notice{
|
366 |
+
color: black;
|
367 |
max-width: 800px;
|
368 |
margin: 0;
|
369 |
+
padding: 0 5px;
|
370 |
text-align: left;
|
371 |
margin: 10px 0 10px 0;
|
372 |
+
font-size: 20px;
|
373 |
+
line-height: 28px;
|
374 |
+
font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",Verdana,"Bitstream Vera Sans",sans-serif;
|
375 |
font-weight: normal;
|
|
|
|
|
376 |
-moz-border-radius: 5px;
|
377 |
-webkit-border-radius: 5px;
|
378 |
border-radius: 5px;
|
379 |
float: left;
|
380 |
vertical-align: middle;
|
|
|
381 |
}
|
382 |
.fg_getting_started{
|
383 |
+
margin-top: 10px;
|
384 |
float: left;
|
385 |
font-size: 18px !important;
|
|
|
386 |
}
|
387 |
.hide_video_notice{
|
388 |
+
margin-top: 10px;
|
389 |
float: left;
|
390 |
overflow: hidden;
|
391 |
font-size: 18px !important;
|
392 |
opacity:0.6;
|
|
|
393 |
}
|
394 |
div#fg_videoContainer{
|
395 |
display: none;
|
408 |
opacity:1 !important;
|
409 |
}
|
410 |
input#fg_selected_box{
|
411 |
+
margin-left: 18px;
|
412 |
}
|
413 |
.fg_info{
|
414 |
margin-left: 18px;
|
415 |
}
|
416 |
.fg_upgarde_to_pro{
|
417 |
+
border: 2px solid #165C5F;
|
418 |
+
background-color:#165C5F;
|
419 |
+
height: 50px;
|
420 |
+
margin-top: 10px;
|
421 |
+
border-radius: 3px;
|
422 |
+
width: 1020px;
|
423 |
+
padding-right: 10px;
|
424 |
}
|
425 |
.fg_pro_notice{
|
426 |
+
float:left;
|
427 |
+
width: 560px;
|
428 |
+
padding-left: 20px;
|
429 |
+
color: white;
|
430 |
+
font-size: 24px;
|
431 |
+
line-height: 3px;
|
432 |
+
font-weight: normal;
|
433 |
+
font-family: Source Sans Pro;
|
434 |
+
font-weight: normal;
|
435 |
+
margin-bottom: 15px;
|
436 |
+
display: block;
|
437 |
+
-webkit-margin-before: 1em;
|
438 |
+
-webkit-margin-after: 1em;
|
439 |
+
-webkit-margin-start: 0px;
|
440 |
+
-webkit-margin-end: 0px;
|
441 |
+
}
|
442 |
+
.button_to_formget{
|
443 |
+
float: left;
|
444 |
+
margin-top: 10px !important;
|
445 |
+
-moz-box-shadow: inset 0px 1px 0px 0px #f69d8b;
|
446 |
+
-webkit-box-shadow: inset 0px 1px 0px 0px #f69d8b;
|
447 |
+
box-shadow: inset 0px 1px 0px 0px #f69d8b;
|
448 |
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7836c), color-stop(1, #f25839));
|
449 |
+
background: -moz-linear-gradient(top, #f7836c 5%, #f25839 100%);
|
450 |
+
background: -webkit-linear-gradient(top, #f7836c 5%, #f25839 100%);
|
451 |
+
background: -o-linear-gradient(top, #f7836c 5%, #f25839 100%);
|
452 |
+
background: -ms-linear-gradient(top, #f7836c 5%, #f25839 100%);
|
453 |
+
background: linear-gradient(to bottom, #f7836c 5%, #f25839 100%);
|
454 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7836c', endColorstr='#f25839',GradientType=0);
|
455 |
+
background-color: #f7836c;
|
456 |
+
-moz-border-radius: 3px;
|
457 |
+
-webkit-border-radius: 3px;
|
458 |
+
border-radius: 3px;
|
459 |
+
border: 1px solid #d85339;
|
460 |
+
display: inline-block;
|
461 |
+
color: #ffffff;
|
462 |
+
font-size: 16px;
|
463 |
+
font-weight: normal;
|
464 |
+
text-decoration: none;
|
465 |
+
text-shadow: 0px 1px 0px #ac4632;
|
466 |
+
padding: 4px 12px;
|
467 |
+
padding-bottom: 6px;
|
468 |
+
margin-right: -4px;
|
469 |
+
margin-top: 0;
|
470 |
+
cursor:pointer;
|
471 |
+
}
|
472 |
+
.button_to_formget:hover{
|
473 |
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f25839), color-stop(1, #f7836c));
|
474 |
+
background: -moz-linear-gradient(top, #f25839 5%, #f7836c 100%);
|
475 |
+
background: -webkit-linear-gradient(top, #f25839 5%, #f7836c 100%);
|
476 |
+
background: -o-linear-gradient(top, #f25839 5%, #f7836c 100%);
|
477 |
+
background: -ms-linear-gradient(top, #f25839 5%, #f7836c 100%);
|
478 |
+
background: linear-gradient(to bottom, #f25839 5%, #f7836c 100%);
|
479 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f25839', endColorstr='#f7836c',GradientType=0);
|
480 |
+
background-color: #f25839;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
481 |
}
|
image/btn-1.png
DELETED
Binary file
|
image/btn-2.png
DELETED
Binary file
|
image/btn-3.png
DELETED
Binary file
|
image/btn-4.png
DELETED
Binary file
|
image/formget_banner.png
DELETED
Binary file
|
image/hide-btn-1.png
DELETED
Binary file
|
image/hide-btn.png
DELETED
Binary file
|
image/upgrad-.png
DELETED
Binary file
|
image/wvideo.png
DELETED
Binary file
|
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: 3.
|
7 |
Author: FormGet
|
8 |
Author URI: http://www.formget.com
|
9 |
*/
|
@@ -18,10 +18,9 @@ function my_admin_notice() {
|
|
18 |
/* Check that the user hasn't already clicked to ignore the message */
|
19 |
if (!get_user_meta($user_id, 'admin_ignore_notice')) {
|
20 |
?>
|
21 |
-
<div class="fg_trial-notify
|
22 |
<p class="fg_division_note">
|
23 |
-
Welcome to FormGet - You're almost ready to create your form <a class="fg_button_prime
|
24 |
-
</p>
|
25 |
</div>
|
26 |
<?php
|
27 |
}
|
@@ -68,6 +67,7 @@ if (is_admin()) {
|
|
68 |
add_action('init', 'wordpress_style');
|
69 |
}
|
70 |
|
|
|
71 |
//setting page
|
72 |
add_action('admin_menu', 'cf_menu_page');
|
73 |
|
@@ -79,31 +79,29 @@ function cf_setting_page() {
|
|
79 |
$url = plugins_url();
|
80 |
?>
|
81 |
|
82 |
-
|
83 |
|
84 |
-
</div
|
85 |
<?php
|
86 |
global $wpdb;
|
87 |
$fg_video_code = get_option('fg_hide_video');
|
88 |
-
if (
|
89 |
?>
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
<?php } ?>
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
<form id="fg_ofform" action="" method="POST">
|
107 |
<div id="fg_header">
|
108 |
<div class="fg_logo">
|
109 |
<h2> FormGet Contact Form</h2>
|
@@ -121,10 +119,13 @@ function cf_setting_page() {
|
|
121 |
<span id="form_tab" class="nav-tab nav-tab-active ">Contact Form Builder </span>
|
122 |
<span id="embed_tab" class="nav-tab ">Embed Code</span>
|
123 |
<span id="help_tab" class="nav-tab ">Help</span>
|
124 |
-
|
125 |
-
|
|
|
|
|
126 |
|
127 |
</h2>
|
|
|
128 |
</div>
|
129 |
<div id="fg_content">
|
130 |
<div class="fg_group" id="pn_content">
|
@@ -139,9 +140,12 @@ function cf_setting_page() {
|
|
139 |
</div>
|
140 |
</div>
|
141 |
</div>
|
|
|
142 |
</div>
|
|
|
143 |
<div class="fg_group" id="pn_displaysetting">
|
144 |
|
|
|
145 |
<div class="fg_section section-text">
|
146 |
<h3 class="fg_heading">Embed code field will only accept code for tabbed widgets. Please do not place shortcode here. </h3>
|
147 |
<div class="option">
|
@@ -150,7 +154,7 @@ function cf_setting_page() {
|
|
150 |
<p class="fg_info"><b>Select the page in which you want to show "Contact Us" tab. By default it is visible on every page.</b><p>
|
151 |
<?php
|
152 |
$page_title = $wpdb->get_results("SELECT post_title, id FROM $wpdb->posts WHERE (post_type = 'page')");
|
153 |
-
|
154 |
foreach ($page_title as $title) {
|
155 |
$fg_list_page_id = get_option('fg_checked_page_id');
|
156 |
?>
|
@@ -184,27 +188,39 @@ function cf_setting_page() {
|
|
184 |
|
185 |
</div>
|
186 |
<div class="fg_group" id="pn_template">
|
|
|
|
|
187 |
<div class="fg_section section-text">
|
188 |
-
<h3 class="fg_heading">
|
189 |
<div id="help_txt">
|
190 |
-
<
|
191 |
</div>
|
192 |
</div>
|
|
|
193 |
</div>
|
194 |
-
|
195 |
<div class="fg_section section-text">
|
196 |
<h3 class="fg_heading"> Pricing Plan for all business types </h3>
|
197 |
<iframe src="http://www.formget.com/app/pricing" name="iframe" style="width:1030px; height:900px; overflow-y:scroll;" >
|
198 |
-
|
199 |
</div>
|
200 |
-
</div>
|
|
|
201 |
<div class="fg_group" id="pn_contactus">
|
202 |
<div class="fg_section section-text">
|
203 |
<h3 class="fg_heading"> Contact Us</h3>
|
204 |
<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>
|
205 |
</div>
|
206 |
</div>
|
207 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
|
209 |
</div>
|
210 |
<div class="clear"></div>
|
@@ -254,22 +270,23 @@ if (!function_exists('embeded_code')) {
|
|
254 |
$fg_list_page_id = get_option('fg_checked_page_id');
|
255 |
global $wpdb;
|
256 |
$fg_iframe_form = get_option('fg_embed_code');
|
257 |
-
$string = "
|
258 |
$pos = strpos($fg_iframe_form, $string);
|
259 |
if (!empty($fg_list_page_id)) {
|
260 |
foreach ($fg_list_page_id as $key) {
|
261 |
-
if
|
262 |
-
if ($pos == true) {
|
263 |
-
echo stripslashes($fg_iframe_form);
|
264 |
-
}
|
265 |
-
} else {
|
266 |
-
if (is_front_page()) {
|
267 |
if ($pos == true) {
|
268 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
}
|
270 |
}
|
271 |
}
|
272 |
-
|
273 |
} else {
|
274 |
if ($pos == true) {
|
275 |
echo stripslashes($fg_iframe_form);
|
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: 3.1
|
7 |
Author: FormGet
|
8 |
Author URI: http://www.formget.com
|
9 |
*/
|
18 |
/* Check that the user hasn't already clicked to ignore the message */
|
19 |
if (!get_user_meta($user_id, 'admin_ignore_notice')) {
|
20 |
?>
|
21 |
+
<div class="fg_trial-notify">
|
22 |
<p class="fg_division_note">
|
23 |
+
Welcome to FormGet - You're almost ready to create your form <a class="fg_button_prime" href='<?php echo admin_url('admin.php?page=cf_page'); ?>'>Click to Create.</a><?php printf(__('<a class="fg_hide_notice fg_button_prime", href="%1$s">Hide Notice</a>'), '?admin_nag_ignore=0'); ?></p>
|
|
|
24 |
</div>
|
25 |
<?php
|
26 |
}
|
67 |
add_action('init', 'wordpress_style');
|
68 |
}
|
69 |
|
70 |
+
|
71 |
//setting page
|
72 |
add_action('admin_menu', 'cf_menu_page');
|
73 |
|
79 |
$url = plugins_url();
|
80 |
?>
|
81 |
|
82 |
+
<div id="fg_videoContainer" >
|
83 |
|
84 |
+
</div>
|
85 |
<?php
|
86 |
global $wpdb;
|
87 |
$fg_video_code = get_option('fg_hide_video');
|
88 |
+
if (!$fg_video_code == "hide") {
|
89 |
?>
|
90 |
+
<div class="fg_notice_div" id="fg_notice_div">
|
91 |
+
<p class="fg_video_notice" >
|
92 |
+
We have created a simple video for using the FormGet WordPress Plugin.
|
93 |
+
<div class="fg_getting_started fg_button_prime" id="fg_video_getting_started">Watch Video!</div> <div class="hide_video_notice fg_button_prime">Hide this Notice </div>
|
94 |
+
</p>
|
95 |
+
</div>
|
96 |
+
|
|
|
97 |
<?php } ?>
|
98 |
+
<div class="fg_upgarde_to_pro" id="fg_upgarde_to_pro">
|
99 |
+
<p class="fg_pro_notice"> Get Fully Featured FormGet Pro Account Just 9.95 USD. </p>
|
100 |
+
<div class="button_to_formget" id="button_to_upgrade">UPGRADE TO PRO </div>
|
101 |
+
<a href="http://www.formget.com/" target="_blank"><div class="button_to_formget" id="button_to_site" style="float: left; margin-left:30px;">Visite Site </div></a>
|
102 |
+
</div>
|
103 |
+
<div id="fg_of_container" class="fg_wrap" >
|
104 |
+
<form id="fg_ofform" action="" method="POST">
|
|
|
105 |
<div id="fg_header">
|
106 |
<div class="fg_logo">
|
107 |
<h2> FormGet Contact Form</h2>
|
119 |
<span id="form_tab" class="nav-tab nav-tab-active ">Contact Form Builder </span>
|
120 |
<span id="embed_tab" class="nav-tab ">Embed Code</span>
|
121 |
<span id="help_tab" class="nav-tab ">Help</span>
|
122 |
+
<span id="gopro_tab" class="nav-tab ">GO PRO</span>
|
123 |
+
<span id="video_tab" class="nav-tab ">Video Tutorials</span>
|
124 |
+
<span id="support_tab" class="nav-tab ">Plugin Support</span>
|
125 |
+
|
126 |
|
127 |
</h2>
|
128 |
+
|
129 |
</div>
|
130 |
<div id="fg_content">
|
131 |
<div class="fg_group" id="pn_content">
|
140 |
</div>
|
141 |
</div>
|
142 |
</div>
|
143 |
+
|
144 |
</div>
|
145 |
+
|
146 |
<div class="fg_group" id="pn_displaysetting">
|
147 |
|
148 |
+
|
149 |
<div class="fg_section section-text">
|
150 |
<h3 class="fg_heading">Embed code field will only accept code for tabbed widgets. Please do not place shortcode here. </h3>
|
151 |
<div class="option">
|
154 |
<p class="fg_info"><b>Select the page in which you want to show "Contact Us" tab. By default it is visible on every page.</b><p>
|
155 |
<?php
|
156 |
$page_title = $wpdb->get_results("SELECT post_title, id FROM $wpdb->posts WHERE (post_type = 'page')");
|
157 |
+
|
158 |
foreach ($page_title as $title) {
|
159 |
$fg_list_page_id = get_option('fg_checked_page_id');
|
160 |
?>
|
188 |
|
189 |
</div>
|
190 |
<div class="fg_group" id="pn_template">
|
191 |
+
|
192 |
+
|
193 |
<div class="fg_section section-text">
|
194 |
+
<h3 class="fg_heading"> Steps to use Formget Contact Form Plugin</h3>
|
195 |
<div id="help_txt">
|
196 |
+
<img src="<?php echo plugins_url('image/help_img.png', __FILE__); ?>">
|
197 |
</div>
|
198 |
</div>
|
199 |
+
|
200 |
</div>
|
201 |
+
<div class="fg_group" id="pn_gopro">
|
202 |
<div class="fg_section section-text">
|
203 |
<h3 class="fg_heading"> Pricing Plan for all business types </h3>
|
204 |
<iframe src="http://www.formget.com/app/pricing" name="iframe" style="width:1030px; height:900px; overflow-y:scroll;" >
|
205 |
+
</iframe>
|
206 |
</div>
|
207 |
+
</div>
|
208 |
+
|
209 |
<div class="fg_group" id="pn_contactus">
|
210 |
<div class="fg_section section-text">
|
211 |
<h3 class="fg_heading"> Contact Us</h3>
|
212 |
<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>
|
213 |
</div>
|
214 |
</div>
|
215 |
+
|
216 |
+
<div class="fg_group" id="pn_tutorial">
|
217 |
+
<div class="fg_section section-text">
|
218 |
+
<h3 class="fg_heading"> Following are the FormGet tutorials that will help you to understand FormGet </h3>
|
219 |
+
<iframe src="http://www.formget.com/formget-video-tutorials-guide/" name="iframe" style="width:1030px; height:900px; overflow-y:scroll;" >
|
220 |
+
</iframe>
|
221 |
+
</div>
|
222 |
+
</div>
|
223 |
+
|
224 |
|
225 |
</div>
|
226 |
<div class="clear"></div>
|
270 |
$fg_list_page_id = get_option('fg_checked_page_id');
|
271 |
global $wpdb;
|
272 |
$fg_iframe_form = get_option('fg_embed_code');
|
273 |
+
$string = "sideBar";
|
274 |
$pos = strpos($fg_iframe_form, $string);
|
275 |
if (!empty($fg_list_page_id)) {
|
276 |
foreach ($fg_list_page_id as $key) {
|
277 |
+
if($postid == $key) {
|
|
|
|
|
|
|
|
|
|
|
278 |
if ($pos == true) {
|
279 |
+
echo stripslashes($fg_iframe_form);
|
280 |
+
}
|
281 |
+
}
|
282 |
+
else{
|
283 |
+
if(is_front_page()){
|
284 |
+
if ($pos == true) {
|
285 |
+
echo stripslashes($fg_iframe_form);
|
286 |
}
|
287 |
}
|
288 |
}
|
289 |
+
}
|
290 |
} else {
|
291 |
if ($pos == true) {
|
292 |
echo stripslashes($fg_iframe_form);
|
js/fg_script.js
CHANGED
@@ -26,15 +26,15 @@ jQuery(document).ready(function() {
|
|
26 |
jQuery(this).addClass('nav-tab-active');
|
27 |
jQuery('#pn_template').css("display", "block");
|
28 |
});
|
29 |
-
|
30 |
// alert("hello");
|
31 |
jQuery('.fg_group').hide();
|
32 |
jQuery('.nav-tab').removeClass('nav-tab-active');
|
33 |
jQuery(this).addClass('nav-tab-active');
|
34 |
jQuery('#pn_tutorial').css("display", "block");
|
35 |
});
|
36 |
-
|
37 |
-
|
38 |
// alert("hello");
|
39 |
jQuery('.fg_group').hide();
|
40 |
jQuery('.nav-tab').removeClass('nav-tab-active');
|
@@ -42,16 +42,13 @@ jQuery(document).ready(function() {
|
|
42 |
jQuery('#pn_gopro').css("display", "block");
|
43 |
});
|
44 |
|
45 |
-
|
46 |
// alert("hello");
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
//jQuery('#gopro_tab').addClass('nav-tab-active');
|
53 |
-
//jQuery('#pn_gopro').css("display", "block");
|
54 |
-
});
|
55 |
|
56 |
jQuery('#form_tab').click(function() {
|
57 |
// alert("hello");
|
@@ -66,7 +63,7 @@ jQuery(document).ready(function() {
|
|
66 |
jQuery('div#loader_img').css("display", "block");
|
67 |
var text_value = jQuery('textarea#fg_content_html').val();
|
68 |
var checkedValues = jQuery('input:checkbox:checked').map(function() {
|
69 |
-
|
70 |
}).get();
|
71 |
//alert(checkedValues);
|
72 |
|
@@ -78,7 +75,7 @@ jQuery(document).ready(function() {
|
|
78 |
jQuery.post(script_call.ajaxurl, data, function(response) {
|
79 |
if (response) {
|
80 |
jQuery('div#loader_img').css("display", "none");
|
81 |
-
|
82 |
}
|
83 |
else {
|
84 |
|
@@ -88,8 +85,8 @@ jQuery(document).ready(function() {
|
|
88 |
});
|
89 |
|
90 |
jQuery('div#fg_video_getting_started').click(function() {
|
91 |
-
|
92 |
-
|
93 |
});
|
94 |
|
95 |
|
26 |
jQuery(this).addClass('nav-tab-active');
|
27 |
jQuery('#pn_template').css("display", "block");
|
28 |
});
|
29 |
+
jQuery('#video_tab').click(function() {
|
30 |
// alert("hello");
|
31 |
jQuery('.fg_group').hide();
|
32 |
jQuery('.nav-tab').removeClass('nav-tab-active');
|
33 |
jQuery(this).addClass('nav-tab-active');
|
34 |
jQuery('#pn_tutorial').css("display", "block");
|
35 |
});
|
36 |
+
|
37 |
+
jQuery('#gopro_tab').click(function() {
|
38 |
// alert("hello");
|
39 |
jQuery('.fg_group').hide();
|
40 |
jQuery('.nav-tab').removeClass('nav-tab-active');
|
42 |
jQuery('#pn_gopro').css("display", "block");
|
43 |
});
|
44 |
|
45 |
+
jQuery('#button_to_upgrade').click(function() {
|
46 |
// alert("hello");
|
47 |
+
jQuery('.fg_group').hide();
|
48 |
+
jQuery('.nav-tab').removeClass('nav-tab-active');
|
49 |
+
jQuery('#gopro_tab').addClass('nav-tab-active');
|
50 |
+
jQuery('#pn_gopro').css("display", "block");
|
51 |
+
});
|
|
|
|
|
|
|
52 |
|
53 |
jQuery('#form_tab').click(function() {
|
54 |
// alert("hello");
|
63 |
jQuery('div#loader_img').css("display", "block");
|
64 |
var text_value = jQuery('textarea#fg_content_html').val();
|
65 |
var checkedValues = jQuery('input:checkbox:checked').map(function() {
|
66 |
+
return this.value;
|
67 |
}).get();
|
68 |
//alert(checkedValues);
|
69 |
|
75 |
jQuery.post(script_call.ajaxurl, data, function(response) {
|
76 |
if (response) {
|
77 |
jQuery('div#loader_img').css("display", "none");
|
78 |
+
// alert(response);
|
79 |
}
|
80 |
else {
|
81 |
|
85 |
});
|
86 |
|
87 |
jQuery('div#fg_video_getting_started').click(function() {
|
88 |
+
jQuery('div#fg_videoContainer').css({"display": "block"});
|
89 |
+
autoPlayVideo('84023688', '700', '400');
|
90 |
});
|
91 |
|
92 |
|
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: 3.
|
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 |
|
@@ -106,7 +106,7 @@ FormGet Contact Form plugin implemented with a helpdesk system which enable you
|
|
106 |
|
107 |
Learn more about our FormGet Contact Form.
|
108 |
|
109 |
-
http://www.
|
110 |
|
111 |
= FormGet Contact Form Demo & User Guide =
|
112 |
* See demo for [Tabbed code form](http://www.formget.com/).
|
@@ -165,12 +165,6 @@ When you create account in FormGet you automatically get support desk. All the e
|
|
165 |
|
166 |
== Changelog ==
|
167 |
|
168 |
-
= Version 3.3 =
|
169 |
-
* Improvement in FormGet User Interface. Faster and smooth user experience.
|
170 |
-
|
171 |
-
= Version 3.2 =
|
172 |
-
* Improvement in User guide.
|
173 |
-
|
174 |
= Version 3.1 =
|
175 |
* Improvement in CSS.
|
176 |
|
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: 3.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 |
|
106 |
|
107 |
Learn more about our FormGet Contact Form.
|
108 |
|
109 |
+
http://www.youtube.com/channel/UCjejLUldlgcPrv1qbiOPOKg
|
110 |
|
111 |
= FormGet Contact Form Demo & User Guide =
|
112 |
* See demo for [Tabbed code form](http://www.formget.com/).
|
165 |
|
166 |
== Changelog ==
|
167 |
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
= Version 3.1 =
|
169 |
* Improvement in CSS.
|
170 |
|