How can I use a captcha like 1+3=4?

How to fix a ChronoForms security question not displaying randomly.

Overview

The issue occurs when the Load Security Question action is placed after the HTML (Render Form) action in the form's On Load event.
Move the Load Security Question action above the HTML (Render Form) action in the On Load event to ensure the question loads correctly before the form renders.

Answered
ec ecroson 04 Mar, 2015
I'm trying to get the Chrono Security Question to work on my form. I have read the FAQ here:
http://www.chronoengine.com/faqs/55-cfv4/cfv4-anti-spam/2573-how-can-i-use-a-captcha-like-134.html

I did all the steps in order and copy/pasted the sample questions into the Load Security Question action, saved the form and tested it. I didn't make any changes at all to the chrono_security_answer element in the Designer. When I load my form I get this:
[attachment=0]SecurityQuestionCapture.JPG[/attachment]

I have been able to get it to work by replacing {chrono_security_question} with one of the questions and only having that question in the Load Security Question action, but the FAQ says each time the form is loaded one of the questions will be selected at random and displayed.

Any idea what I'm doing wrong? Do I have to do something different since this FAQ was written for v4 instead of v5?

Thank you.
ca calculus00 04 Mar, 2015
Gr GreyHead 04 Mar, 2015
Hi ecroson,

Have you added the Load Security Question and Check Security Question actions (from the Anti Spam actions group) into the On Load and On Submit events of your form?

Bob
ec ecroson 04 Mar, 2015
Yep, the Load Security Question is right after HTML (Render Form) and the Check Security Question is the first thing under On Submit.
[attachment=0]Capture.PNG[/attachment]
ec ecroson 04 Mar, 2015
Answer
I moved the Load Security Question action so it's now above HTML (Render Form). Works like a charm now. ๐Ÿ™‚

Thanks!
This topic is locked and no more replies can be posted.