Check Security Question

seppo 05 Jun, 2012
Joomla 1.7.3 and Chronoforms 4.0 RC3 4.1

I tried to use sqcurity question in following way:
- I added "security question input" to fthe form, with chrono_security_answer (field name) and {chrono_security_question}(Label text)
- I added "Load security question" to On Load event, with one question in the code-field: are you person or robot=person
- I added "Check security question" to on Submit event. There is no changes to be made there..

Yet it does not test the value, form goes through no matter that is written as answer.
I also tried to put up new events called "OnSuccess", "OnFail", "Success" and "Fail" and added corresponding Thank you messages to those among email sending action to success-ones, but it seems that none of those were ever traversed (I thought to use those since I see OnSuccess and OnFail at the events-list at On Submit below the "Check security guestion"-field)

What am I missing or doing wrong, how to get security question work?
GreyHead 05 Jun, 2012
Hi seppo,

Please drag an Event Loop action into the pink On Fail event of the Check Security Question action. That part is exactly the same as the Check Captcha action - see the video here.

Bob
seppo 05 Jun, 2012
Thank you again GrayHead!

My mistake was not to realize the OnSuccess and OnFail were their own event list-fields 🙂

Event Loop was also good to know

Best wishes,
Seppo
PeterL 20 Feb, 2014
Hi, is there an instruction on how to set up Security Question input??

thanks, Peter
GreyHead 20 Feb, 2014
Hi PeterL,

Not specifically - it's pretty much the same as the Captcha setup - check the FAQ for that.

Bob
PeterL 20 Feb, 2014
Thanks Greyhead.

but i get an error: "You have entered a wrong security question's answer"😶 .
What am i doing wrong?

PeterL
GreyHead 21 Feb, 2014
Hi PeterL,

Errr . . . there's no information here to give me the first idea of what might be wrong ;-(

Bob
PeterL 21 Feb, 2014
Hi GreyHead,
yeah, right....Sorry for that! Send you some attachements:

[attachment=0]1_.png[/attachment]
[attachment=1]2_.png[/attachment]
[attachment=2]3_.png[/attachment]
[attachment=3]4_.png[/attachment]
GreyHead 23 Feb, 2014
Hi PeterL,

Please remove the curly brackets { } from the Code box.

Bob
PeterL 23 Feb, 2014
Hi GreyHead,

unfortunately makes no difference??
I refreshed the HTML template.....🙄
GreyHead 23 Feb, 2014
Hi PeterL,

Please also remove the second Load Security Question action from the On Submit event. And I suggest that you make the Check Security Question action the first action in the On Submit event - at present the Email action will run before the check.

Bob
PeterL 24 Feb, 2014
Hello GreyHead,

indeed, the second Security Question I had already removed, but putting the check security before the email solved the problem!

Thanks again!😀

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