I appreciate the timely reply to my question. Unfortunately your suggestion doesn't work. The opening lines in the processing ASP page are (FormMail v1.3):
<%@ Language = vbscript%>
<%option explicit %>
<%server.scripttimeout = 600 %>
I had tried moving the code below the <%@ Language = vbscript%> before writing here. When the code is placed below:
<%@ Language = vbscript%>
<!-- Include file for CAPTCHA configuration -->
<!-- #include file="CAPTCHA/CAPTCHA_configuration.asp" -->
I get an error reading:
Microsoft VBScript compilation error '800a0400'
Expected statement
/forms/inspect.asp, line 7
option explicit
^
Placing the Web Wiz code down another line brings up the Invalid Verification Code page. Placing the code deeper into the processing page lets the form get submitted, but the validation process is skipped of course.I'm hoping there is still hope for getting this fixed.
thanks,
dc
Edited by ArtistDan - 13 June 2008 at 1:47am