Hello,
i want to know if in the sign up form there is a way to verify mail. Link most pages do i want to fill up the form then send a message to the user with a link and then verify.
I am modifing the php of the form to send a custom message, but i do not know if the verification page has to be done programatically or there is somehow a inbuild system that allows to do that.
Thak you
email verification link
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: email verification link
In the properties of the Signup form, you can select Account activation-> Email verification.
See also the information about in the help (F1)
See also the information about in the help (F1)
Re: email verification link
Thank you, now it works.
Just for clarification for another person. In my case the active did not turn to 0 by default when the mail verification is on. I had to hard program in php to do that (easy to do really).
If you have a problem that the person can enter without verifing the email, this may be the cause.
Just for clarification for another person. In my case the active did not turn to 0 by default when the mail verification is on. I had to hard program in php to do that (easy to do really).
If you have a problem that the person can enter without verifing the email, this may be the cause.