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?
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?
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
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
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
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
Hi, is there an instruction on how to set up Security Question input??
thanks, Peter
thanks, Peter
Hi PeterL,
Not specifically - it's pretty much the same as the Captcha setup - check the FAQ for that.
Bob
Not specifically - it's pretty much the same as the Captcha setup - check the FAQ for that.
Bob
Thanks Greyhead.
but i get an error: "You have entered a wrong security question's answer"😶 .
What am i doing wrong?
PeterL
but i get an error: "You have entered a wrong security question's answer"😶 .
What am i doing wrong?
PeterL
Hi PeterL,
Errr . . . there's no information here to give me the first idea of what might be wrong ;-(
Bob
Errr . . . there's no information here to give me the first idea of what might be wrong ;-(
Bob
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]
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]
Hi GreyHead,
unfortunately makes no difference??
I refreshed the HTML template.....🙄
unfortunately makes no difference??
I refreshed the HTML template.....🙄
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
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
This topic is locked and no more replies can be posted.