Hello,
I have a problem with chronoforms.
The form I have created works very well, but only for logged in users.
I want my forms usable for every user and guests on my site.
So I tried to place an Authenticator Action (and selected public), but I can't get it to work.
Can somebody tell me what there could be wrong?

Do I have to place this in onLoad? or in OnSubmit? Both don't work😟
Thanks in advance,
Robert
I have a problem with chronoforms.
The form I have created works very well, but only for logged in users.
I want my forms usable for every user and guests on my site.
So I tried to place an Authenticator Action (and selected public), but I can't get it to work.
Can somebody tell me what there could be wrong?
Do I have to place this in onLoad? or in OnSubmit? Both don't work😟
Thanks in advance,
Robert
Hi wuselrob,
If you want your forms to be open to Guests as well as looged in visitors then just leave off the Authenticators.
If you eed to keep the Authenticator then the one in the On Load event needs an action in the On Fail event so that is does something.
Bob
If you want your forms to be open to Guests as well as looged in visitors then just leave off the Authenticators.
If you eed to keep the Authenticator then the one in the On Load event needs an action in the On Fail event so that is does something.
Bob
Hi GreyHead,
thanks for your reply.
I tried removing all my Authenticator Actions. I also tried an Authenticator in onLoad with "loadCaptcha" and "show HTML" in the Denied-Bar.
Users can view and use my form. But if one is not logged in, there does nothing happen (no validation, no error messages when validation of fields fails). The form is reloading and the inputs are gone. No Errors, No thank you Message.
It is a simple contact form where people can send me a special digit number and some information.
These information should be sent to me via email.
I used {chronoforms}formname{/chronoforms} in a simple article.
I have PHP 5.2 installed, but on a 5.3 installation the problem is the same.
Any suggestions?😟
thanks for your reply.
I tried removing all my Authenticator Actions. I also tried an Authenticator in onLoad with "loadCaptcha" and "show HTML" in the Denied-Bar.
Users can view and use my form. But if one is not logged in, there does nothing happen (no validation, no error messages when validation of fields fails). The form is reloading and the inputs are gone. No Errors, No thank you Message.
It is a simple contact form where people can send me a special digit number and some information.
These information should be sent to me via email.
I used {chronoforms}formname{/chronoforms} in a simple article.
I have PHP 5.2 installed, but on a 5.3 installation the problem is the same.
Any suggestions?😟
This topic is locked and no more replies can be posted.