Ok... I figured that part out.... I lost the "n" on the end.
Now its not verifying the code... The form goes through any or no code at all.
I could give you my page code... but I am guessing you would rather I didn't.
Here is just the top of the page with the first few lines of the original gdform.asp.
<!-- Include file for CAPTCHA form processing -->
<!-- #include file="CAPTCHA/CAPTCHA_process_form.asp" -->
<%
If blnCAPTCHAcodeCorrect = True Then
Response.Write(" CAPTCHA code is correct")
Elseif blnCAPTCHAcodeCorrect = False Then
Response.Write(" CAPTCHA code is NOT correct")
Response.Write("<a href=""javascript:history.back(1)"">Click here to amend</a>")
end if
Dim landing_page, host_url
Dim fso, outfile, filename, dirname, myFolder
Dim req_method, key, value
Dim bErr, errStr, bEmpty
On Error resume next
bErr = false