Help for this page

Select Code to Download


  1. or download this
    # Only send email if spam trapping field is empty #
    if ($Form{'hiddenfield'} eq '') {
    
  2. or download this
    # closing bracket for spam if statement #
    }