FormGet Contact Form - Version 5.3

Version Description

Download this release

Release Info

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

Code changes from version 5.2 to 5.3

css/fgstyle.css CHANGED
@@ -450,4 +450,131 @@ input#fg_selected_box{
450
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65c25e', endColorstr='#7edd76',GradientType=0);
451
  background-color: #65c25e;
452
  color: #ffffff;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
453
  }
450
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65c25e', endColorstr='#7edd76',GradientType=0);
451
  background-color: #65c25e;
452
  color: #ffffff;
453
+ }
454
+
455
+ .fg_logo h2 {
456
+ padding-top: 20px;
457
+ }
458
+ div.fg_logo {
459
+ position: relative;
460
+ height: 50px;
461
+ }
462
+ img.extensionimage {
463
+ position: absolute;
464
+ top: 0;
465
+ left: 300px;
466
+ }
467
+ a.anchorEx1 {
468
+ color: transparent;
469
+ background: transparent;
470
+ width: 41px;
471
+ height: 46px;
472
+ position: absolute;
473
+ top: 7px;
474
+ left: 475px;
475
+ cursor: pointer;
476
+ outline: 0;
477
+ }
478
+ a.anchorEx2 {
479
+ color: transparent;
480
+ background: transparent;
481
+ width: 41px;
482
+ height: 46px;
483
+ position: absolute;
484
+ top: 7px;
485
+ left: 522px;
486
+ cursor: pointer;
487
+ outline: 0;
488
+ }
489
+ a.anchorEx3 {
490
+ color: transparent;
491
+ background: transparent;
492
+ width: 41px;
493
+ height: 46px;
494
+ position: absolute;
495
+ top: 7px;
496
+ left: 569px;
497
+ cursor: pointer;
498
+ outline: 0;
499
+ }
500
+ a.anchorEx4 {
501
+ color: transparent;
502
+ background: transparent;
503
+ width: 114px;
504
+ height: 20px;
505
+ position: absolute;
506
+ top: 21px;
507
+ left: 635px;
508
+ cursor: pointer;
509
+ outline: 0;
510
+ }
511
+ a.anchorEx1:hover, a.anchorEx2:hover, a.anchorEx3:hover, a.anchorEx4:hover{
512
+ cursor: pointer;
513
+ }
514
+ h2.heading {
515
+ margin: 25px 0 0 0;
516
+ }
517
+ h4.heading {
518
+ margin: 10px 0 20px 0;
519
+ }
520
+ hr {
521
+ margin-bottom: 26px;
522
+ }
523
+ .block-content {
524
+ border: 1px solid #CDCDCD;;
525
+ padding: 5px;
526
+ background: white;
527
+ display: inline-block;
528
+ margin-bottom: 10px;
529
+ width: 900px;
530
+ }
531
+ .block-left {
532
+ float: left;
533
+ width: 88px;
534
+ height: 66px;
535
+ }
536
+ .block-right {
537
+ float: left;
538
+ position: relative;
539
+ padding-left: 8px;
540
+ width: 88%;
541
+ }
542
+ a.view {
543
+ background: #458829;
544
+ color: white;
545
+ padding: 4px 10px;
546
+ text-decoration: none;
547
+ font-weight: 700;
548
+ border-radius: 3px;
549
+ position: absolute;
550
+ top: 20px;
551
+ right: 20px;
552
+ outline: 0;
553
+ border: 1px solid #337C14;
554
+ font-size: 14px;
555
+ }
556
+ a.view:hover, a.view:active, a.view:focus{
557
+ color: #fff !important;
558
+ outline: 0 !important;
559
+ }
560
+ .block-right h3, p{
561
+ margin:0;
562
+ }
563
+ .block-right h3 {
564
+ padding-top: 2px;
565
+ }
566
+ p.details {
567
+ margin: 0;
568
+ width: 75%;
569
+ margin-top: 3px;
570
+ font-size: 14px;
571
+ }
572
+
573
+ a:active,
574
+ a:focus,
575
+ input:focus,
576
+ input:active {
577
+ -moz-outline-style: none !important;
578
+ outline:none !important;
579
+ outline: 0 !important;
580
  }
image/Thumbs.db ADDED
Binary file
image/bundle.png ADDED
Binary file
image/custom.png ADDED
Binary file
image/email.png ADDED
Binary file
image/extension.jpg ADDED
Binary file
image/paypal.png ADDED
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: 5.2
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
@@ -72,8 +72,52 @@ add_action('admin_menu', 'cf_menu_page');
72
 
73
  function cf_menu_page() {
74
  add_menu_page('cf', 'Contact Form', 'manage_options', 'cf_page', 'cf_setting_page', plugins_url('image/favicon.ico', __FILE__), 109);
 
75
  }
76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  function cf_setting_page() {
78
  $url = plugins_url();
79
  ?>
@@ -103,7 +147,12 @@ function cf_setting_page() {
103
  <form id="fg_ofform" action="" method="POST">
104
  <div id="fg_header">
105
  <div class="fg_logo">
106
- <h2> FormGet Contact Form</h2>
 
 
 
 
 
107
  </div>
108
  <a target="#">
109
  <div class="fg_icon-option"> </div>
@@ -240,7 +289,7 @@ function cf_setting_page() {
240
 
241
  function cf_embeded_script() {
242
  wp_enqueue_script('embeded_script', plugins_url('js/fg_script.js', __FILE__), array('jquery'));
243
- wp_localize_script('embeded_script', 'script_call', array('ajaxurl' => admin_url('admin-ajax.php')));
244
  }
245
 
246
  if (isset($_GET['page']) == 'cf_page') {
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: 5.3
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
72
 
73
  function cf_menu_page() {
74
  add_menu_page('cf', 'Contact Form', 'manage_options', 'cf_page', 'cf_setting_page', plugins_url('image/favicon.ico', __FILE__), 109);
75
+ add_submenu_page('cf_page', 'Extension', 'Extension', 'manage_options', 'cf_submenu_page', 'cf_submenu_dashboard');
76
  }
77
 
78
+ function cf_submenu_dashboard() {
79
+ echo "<h2 class='heading'>FormGet Powerful Extension</h2><h4 class='heading'>Extensions that simplify your work.</h4><hr/>";
80
+ echo extension_list();
81
+
82
+ }
83
+
84
+ function extension_list() {
85
+ $extensions=array(
86
+ array('img_path'=>plugins_url("image/bundle.png", __FILE__),
87
+ 'ext_title'=>'FormGet Extensions Bundle',
88
+ 'ext_desc'=>'Extensions bundle gives you access to all FormGet extensions at one single price. This extension bundle includes more than 30 different extensions and several integration.',
89
+ 'ext_url'=>'http://www.formget.com/app/extension/fg_extension/all-1'),
90
+ array('img_path'=>plugins_url("image/custom.png", __FILE__),
91
+ 'ext_title'=>'Custom Branding',
92
+ 'ext_desc'=>'This extensions allows you to remove and edit any FormGet branding from your forms. It allows you to quickly transform your FormGet form into your own branded form.',
93
+ 'ext_url'=>'http://www.formget.com/app/single_extension/pricing/formcapabilities-custombranding'),
94
+ array('img_path'=>plugins_url("image/paypal.png", __FILE__),
95
+ 'ext_title'=>'PayPal',
96
+ 'ext_desc'=>'The PayPal Extension helps you to collect online payments through your forms. It accept credit card payments through forms instantly.',
97
+ 'ext_url'=>'http://www.formget.com/app/single_extension/pricing/payment-paypal'),
98
+ array('img_path'=>plugins_url("image/email.png", __FILE__),
99
+ 'ext_title'=>'Email Notification',
100
+ 'ext_desc'=>'With this extension whenever a user fills out the form you will recieve an email notification notifying you about the form submission. This way you wont miss any of the form entries.',
101
+ 'ext_url'=>'http://www.formget.com/app/single_extension/pricing/notification-emailnotification')
102
+ );
103
+ $list='';
104
+ foreach($extensions as $extension){
105
+
106
+ $list .="<div class='block-content'>
107
+ <div class='block-left'><img src='".$extension['img_path']."' class='entension-image'></div>
108
+ <div class='block-right'>
109
+ <h3>".$extension['ext_title']."</h3>
110
+ <a href='".$extension['ext_url']."' target='_blank' class='view'>View Extension</a>
111
+ <p class='details'>".$extension['ext_desc']."</p>
112
+ </div>
113
+ </div>";
114
+
115
+ }
116
+ return $list;
117
+ }
118
+
119
+
120
+
121
  function cf_setting_page() {
122
  $url = plugins_url();
123
  ?>
147
  <form id="fg_ofform" action="" method="POST">
148
  <div id="fg_header">
149
  <div class="fg_logo">
150
+ <h2> FormGet Contact Form</h2>
151
+ <img src="<?php echo plugins_url('image/extension.jpg', __FILE__); ?>" class="extensionimage" alt="Extension" />
152
+ <a href="http://www.formget.com/app/single_extension/pricing/formcapabilities-custombranding" target="_blank" class="anchorEx1"></a>
153
+ <a href="http://www.formget.com/app/single_extension/pricing/payment-paypal" target="_blank" class="anchorEx2"></a>
154
+ <a href="http://www.formget.com/app/single_extension/pricing/notification-emailnotification" target="_blank" class="anchorEx3"></a>
155
+ <a href="http://www.formget.com/app/extension/fg_extension/all-1" target="_blank" class="anchorEx4"></a>
156
  </div>
157
  <a target="#">
158
  <div class="fg_icon-option"> </div>
289
 
290
  function cf_embeded_script() {
291
  wp_enqueue_script('embeded_script', plugins_url('js/fg_script.js', __FILE__), array('jquery'));
292
+
293
  }
294
 
295
  if (isset($_GET['page']) == 'cf_page') {
js/fg_script.js CHANGED
@@ -83,7 +83,7 @@ jQuery(document).ready(function() {
83
  value: text_value,
84
  page_id: checkedValues
85
  };
86
- jQuery.post(script_call.ajaxurl, data, function(response) {
87
  if (response == 1) {
88
  if (jQuery("#error").length)
89
  jQuery("#error").remove();
@@ -120,7 +120,7 @@ jQuery(document).ready(function() {
120
  action: 'request_response',
121
  value_hide: "hide"
122
  };
123
- jQuery.post(script_call.ajaxurl, hide_data, function(response) {
124
  if (response) {
125
  //alert(response);
126
  jQuery('.fg_notice_div').hide();
83
  value: text_value,
84
  page_id: checkedValues
85
  };
86
+ jQuery.post(ajaxurl, data, function(response) {
87
  if (response == 1) {
88
  if (jQuery("#error").length)
89
  jQuery("#error").remove();
120
  action: 'request_response',
121
  value_hide: "hide"
122
  };
123
+ jQuery.post(ajaxurl, hide_data, function(response) {
124
  if (response) {
125
  //alert(response);
126
  jQuery('.fg_notice_div').hide();
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, Responsive Contact 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: 4.0.1
6
- Stable tag: 5.2
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
 
@@ -164,6 +164,9 @@ When you create account in FormGet you automatically get support desk. All the e
164
 
165
 
166
  == Changelog ==
 
 
 
167
  = Version 5.2 =
168
  * Error ocurring on debug mode removed.
169
 
3
  Tags: contact form, contact, form, forms, contact form plugin, contact form builder, contact form with recaptcha, feedback form, Responsive Contact 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: 4.0.1
6
+ Stable tag: 5.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
 
164
 
165
 
166
  == Changelog ==
167
+ = Version 5.3 =
168
+ * Easy to use formget extension links added.
169
+
170
  = Version 5.2 =
171
  * Error ocurring on debug mode removed.
172