Hi.
I am coming back again and again with the same question.
I know that something I make wrong, but I do not know what.
The problem: In the sign up form I choose Email verification, but the user does not receive the verification code.
Before I convert Signup to form, I have put in the signup object properties
1. Verificated page my login page.
2. Destination page I do not know what to put here...
3. After converting signup to form, I must use (in Form Settings) the Build-in PHP form processing script?
In this case, what I may put as Success page?
Aris
The user does not receive the verification code after sign up
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/login_basics.html
http://www.wysiwygwebbuilder.com/login_tools.html
TIP:
A lot of information about the login tools can be found in the help/manual.
Also checkout the demo template that is include with the software.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/login_basics.html
http://www.wysiwygwebbuilder.com/login_tools.html
TIP:
A lot of information about the login tools can be found in the help/manual.
Also checkout the demo template that is include with the software.
- BaconFries
-
- Posts: 5932
- Joined: Thu Aug 16, 2007 7:32 pm
Re: The user does not receive the verification code after sign up
If a email is not getting received it can mean two things 1) The email is blocked by the users IP or 2) That the email has been sent to there spam folder both are not related to WWB. See the following:
What are your form settings, In your form note the name of the input field should be 'email' not 'E-mail' or 'e-mail' minus the quotes.
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=32967
What are your form settings, In your form note the name of the input field should be 'email' not 'E-mail' or 'e-mail' minus the quotes.
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=32967
Re: The user does not receive the verification code after sign up
No, after you have converted the signup form to a standard form you cannot use the built-in form processor.After converting signup to form, I must use (in Form Settings) the Build-in PHP form processing script?
In this case, what I may put as Success page?
The 'convert to form' option creates a dedicated HTML object with the custom code for the signup form. So any changes have to made there.
Note that this option is for advanced users only. Please do not change the code or properties of the form unless you know what you are doing.
Re: The user does not receive the verification code after sign up
Thank you, BaconFries.
I was so tired (and ignorant), that I could not think the simplest: That the email has been sent to there spam folder of the user
All the messages was in the spam of the user!!!!
Thank you. Thank you!
If a email is not getting received it can mean two things 1) The email is blocked by the users IP or 2) That the email has been sent to there spam folder both are not related to WWB.
I was so tired (and ignorant), that I could not think the simplest: That the email has been sent to there spam folder of the user
All the messages was in the spam of the user!!!!
Thank you. Thank you!
Re: The user does not receive the verification code after sign up
Thank you Pablo.No, after you have converted the signup form to a standard form you cannot use the built-in form processor.
The 'convert to form' option creates a dedicated HTML object with the custom code for the signup form. So any changes have to made there.
Note that this option is for advanced users only. Please do not change the code or properties of the form unless you know what you are doing.