- Oct 8, 2008
- 2,945
- 901
Can someone mask out something so when they click send the email do not go? I am getting to much spam on this contact form.
PHP:
<!--?
/**
* Page: CONTACT FORM FOR SENDING CONTACT MESSAGES
*
* @version 9.0
* @created Sat 25 Oct 2008
* @related inc/func/func_contact.php
*/
## block direct page access
defined( 'KEY_ID' ) or die( 'Restricted access' );
$ipi = getenv("REMOTE_ADDR");
?--><!--? foreach($BANNER_ARRAY as $banner){ if($banner['position'] =="middle"){?-->
<p><!--? print $banner['display'];?--></p>
<!--? }} ?-->
<p>class="page_decr" <!--? }?--> ><!--?=$PageDesc ?--></p>
<p> </p>
<ul>
<li><!--?=$GLOBALS['_LANG']['_name'] ?-->:</li>
<li><!--?=$GLOBALS['_LANG']['_email'] ?-->:</li>
<li><!--?=$GLOBALS['_LANG']['_message'] ?-->: <? if(isset($_POST['message'])){ print eMeetingOutput($_POST['message']); } ?></li>
</ul>
<ul>
</ul>