[pLog-svn] r7192 - plugins/branches/lifetype-1.2/contact/templates

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed May 30 20:57:57 EDT 2012


Author: jondaley
Date: 2012-05-30 20:57:57 -0400 (Wed, 30 May 2012)
New Revision: 7192

Modified:
   plugins/branches/lifetype-1.2/contact/templates/form.template
Log:
actually, putting in a hidden element will trip up some spammers

Modified: plugins/branches/lifetype-1.2/contact/templates/form.template
===================================================================
--- plugins/branches/lifetype-1.2/contact/templates/form.template	2012-05-31 00:52:13 UTC (rev 7191)
+++ plugins/branches/lifetype-1.2/contact/templates/form.template	2012-05-31 00:57:57 UTC (rev 7192)
@@ -9,6 +9,8 @@
  {if $showTopic} 
    <label for="commentTopic">{$locale->tr("comment_topic")}: </label>
    <input type="text" name="commentTopic" /><br/>
+ {else}
+   <input type="hidden" name="commentTopic" value="" />
  {/if}
  
   <label for="commentText">{$locale->tr("comment_text")}: </label>



More information about the pLog-svn mailing list