Contact Form by BestWebSoft - Version 3.16

Version Description

  • 26.03.2012 =
  • Bugfix : The form output code is validated.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Contact Form by BestWebSoft
Version 3.16
Comparing to
See all releases

Code changes from version 3.15 to 3.16

Files changed (2) hide show
  1. contact_form.php +7 -7
  2. readme.txt +7 -1
contact_form.php CHANGED
@@ -373,7 +373,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
373
  $content .= '<div style="text-align: left; color: red;">'.$error_message['error_name'].'</div>';
374
  }
375
  $content .= '<div style="text-align: left;">
376
- <input class="text" type="text" size="40" value="'.$name.'" name="cntctfrm_contact_name" id="cntctfrm_contact_name" style="text-align: left; margin: 0;">
377
  </div>
378
 
379
  <div style="text-align: left;">
@@ -383,17 +383,17 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
383
  $content .= '<div style="text-align: left; color: red;">'.$error_message['error_email'].'</div>';
384
  }
385
  $content .= '<div style="text-align: left;">
386
- <input class="text" type="text" size="40" value="'.$email.'" name="cntctfrm_contact_email" id="cntctfrm_contact_email" style="text-align: left; margin: 0;">
387
  </div>
388
 
389
  <div style="text-align: left;">
390
- <label for="cntctfrm_contact_subject1">'. $cntctfrm_options['cntctfrm_subject_label'] . '<span class="required"> *</span></label>
391
  </div>';
392
  if( isset( $error_message['error_subject'] ) ) {
393
  $content .= '<div style="text-align: left; color: red;">'.$error_message['error_subject'].'</div>';
394
  }
395
  $content .= '<div style="text-align: left;">
396
- <input class="text" type="text" size="40" value="'.$subject.'" name="cntctfrm_contact_subject" id="cntctfrm_contact_subject" style="text-align: left; margin: 0;">
397
  </div>
398
 
399
  <div style="text-align: left;">
@@ -419,7 +419,7 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
419
  }
420
  if($cntctfrm_options['cntctfrm_send_copy'] == 1 ) {
421
  $content .= '<div style="text-align: left;">
422
- <input type="checkbox" size="40" value="1" name="cntctfrm_contact_send_copy" id="cntctfrm_contact_send_copy" style="text-align: left; margin: 0;" '.( $send_copy == '1' ? " checked=\"checked\" " : "" ).'>
423
  <label for="cntctfrm_contact_send_copy">'. __( "Send me a copy", 'contact_form' ). '</label>
424
  </div>';
425
  }
@@ -429,8 +429,8 @@ if( ! function_exists( 'cntctfrm_display_form' ) ) {
429
  }
430
 
431
  $content .= '<div style="text-align: left; padding-top: 8px;">
432
- <input type="hidden" value="send" name="cntctfrm_contact_action"><input type="hidden" value="Version: 3.13">
433
- <input type="submit" value="'. __( "Submit", 'contact_form' ). '" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;">
434
  </div>
435
  </form>';
436
  }
373
  $content .= '<div style="text-align: left; color: red;">'.$error_message['error_name'].'</div>';
374
  }
375
  $content .= '<div style="text-align: left;">
376
+ <input class="text" type="text" size="40" value="'.$name.'" name="cntctfrm_contact_name" id="cntctfrm_contact_name" style="text-align: left; margin: 0;" />
377
  </div>
378
 
379
  <div style="text-align: left;">
383
  $content .= '<div style="text-align: left; color: red;">'.$error_message['error_email'].'</div>';
384
  }
385
  $content .= '<div style="text-align: left;">
386
+ <input class="text" type="text" size="40" value="'.$email.'" name="cntctfrm_contact_email" id="cntctfrm_contact_email" style="text-align: left; margin: 0;" />
387
  </div>
388
 
389
  <div style="text-align: left;">
390
+ <label for="cntctfrm_contact_subject">'. $cntctfrm_options['cntctfrm_subject_label'] . '<span class="required"> *</span></label>
391
  </div>';
392
  if( isset( $error_message['error_subject'] ) ) {
393
  $content .= '<div style="text-align: left; color: red;">'.$error_message['error_subject'].'</div>';
394
  }
395
  $content .= '<div style="text-align: left;">
396
+ <input class="text" type="text" size="40" value="'.$subject.'" name="cntctfrm_contact_subject" id="cntctfrm_contact_subject" style="text-align: left; margin: 0;" />
397
  </div>
398
 
399
  <div style="text-align: left;">
419
  }
420
  if($cntctfrm_options['cntctfrm_send_copy'] == 1 ) {
421
  $content .= '<div style="text-align: left;">
422
+ <input type="checkbox" value="1" name="cntctfrm_contact_send_copy" id="cntctfrm_contact_send_copy" style="text-align: left; margin: 0;" '.( $send_copy == '1' ? " checked=\"checked\" " : "" ).' />
423
  <label for="cntctfrm_contact_send_copy">'. __( "Send me a copy", 'contact_form' ). '</label>
424
  </div>';
425
  }
429
  }
430
 
431
  $content .= '<div style="text-align: left; padding-top: 8px;">
432
+ <input type="hidden" value="send" name="cntctfrm_contact_action"><input type="hidden" value="Version: 3.13" />
433
+ <input type="submit" value="'. __( "Submit", 'contact_form' ). '" style="cursor: pointer; margin: 0pt; text-align: center;margin-bottom:10px;" />
434
  </div>
435
  </form>';
436
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10
4
  Tags: Contact Form, text, contact, form, contacts, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
5
  Requires at least: 2.9
6
  Tested up to: 3.3.1
7
- Stable tag: 3.15
8
 
9
  Add Contact Form to your WordPress website.
10
 
@@ -88,6 +88,9 @@ Here is an example for German language files.
88
 
89
  == Changelog ==
90
 
 
 
 
91
  = V3.15 - 22.03.2012 =
92
  * New : The feature to setup the displaying of the additional information fields in the email was implemented (Sent from (ip address), Date/Time, Coming from (referer), Using (user agent)).
93
  * Bugfix : The bug of attribute action on element form was fixed.
@@ -183,6 +186,9 @@ Here is an example for German language files.
183
 
184
  == Upgrade Notice ==
185
 
 
 
 
186
  = V3.15 =
187
  The feature to setup the displaying of the additional information fields in the email was implemented (Sent from (ip address), Date/Time, Coming from (referer), Using (user agent)). The bug of attribute action on element form was fixed.
188
 
4
  Tags: Contact Form, text, contact, form, contacts, contakt form, request, contact me, feedback form, feedback, contact button, contact form plugin, contacts form plugin, attachment, send, copy, atachment, send copy
5
  Requires at least: 2.9
6
  Tested up to: 3.3.1
7
+ Stable tag: 3.16
8
 
9
  Add Contact Form to your WordPress website.
10
 
88
 
89
  == Changelog ==
90
 
91
+ = V3.16 - 26.03.2012 =
92
+ * Bugfix : The form output code is validated.
93
+
94
  = V3.15 - 22.03.2012 =
95
  * New : The feature to setup the displaying of the additional information fields in the email was implemented (Sent from (ip address), Date/Time, Coming from (referer), Using (user agent)).
96
  * Bugfix : The bug of attribute action on element form was fixed.
186
 
187
  == Upgrade Notice ==
188
 
189
+ = V3.16 =
190
+ The form output code is validated.
191
+
192
  = V3.15 =
193
  The feature to setup the displaying of the additional information fields in the email was implemented (Sent from (ip address), Date/Time, Coming from (referer), Using (user agent)). The bug of attribute action on element form was fixed.
194