Hi,
I have an application developed using ASPRunner Pro 6.3 which includes CAPTCHA on the Register page.
In the process of updating to ASPRunner Pro 7.0 but when I insert capture on Register page I get the following error on running app:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'obj.displayCaptchaOnRegister'
/include/events.asp, line 48
Checked manual and process to include CAPTCHA appears not to have changed. However, manual advises that when CAPTCHA is inserted the new page element is labelled <table name>_captcha (e.g. event carsbcolor_captcha) however on the registration screen, element is labelled event captcha.
Do I need in some way to associate captcha with a table?