I am using Fusion 10 and use formmailer.php for handling forms.

Has any body had any success adding "Capcha" codes in formmailer.php, and if
so how do you do this??



I appreciate that it is not possible to add full blown "Capcha" using
formmailer but anything would help to cut down the junk mail.



The code that comes with formmailer.php is below.....



// Antispam Options



$empty_field[0]="nospam";
$character_scan[0]="Email,Name";
$time_delay[0]="2";
$captcha_codes[0]="9C2449,EEADC8,77A585,D72838";
$max_urls[0]="2";
$max_url_fields[0]="Comments";
$flag_spam[0]="";





Regards,



Jim. UK.