Email submitted is not valid in Register form
Posted: 06 March 2008 12:28 PM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2008-03-06

I am unable to process any registration form because I receive this message each time:  The email you submitted is not valid.

The problem is not that I have used the addresses before, as I’ve created a number of them. Below is the code I’m using.

Thanks,
Geoff

{exp:user:register return="site/interview"}
User name: <input type="text" name="username" value="” class="input" size="25" />

Password:  <input type="password" name="password" value="” class="input" size="25" />

Confirm password:  <input type="password" name="password_confirm" value="” class="input" size="25" />

Screen name:  <input type="text" name="screen_name" value="” class="input" size="25" />

Your email address:  <input type="text" name="email" value="” class="input" size="40" />

Something about yourself: <input type="text" name="bio" value="” class="input" size="25" />

<input type="checkbox" name="accept_terms" value="y" /> Accept Terms?

<input type="submit" value="submit" class="submit" />
{/exp:user:register}

Profile
 
 
Posted: 06 March 2008 01:23 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  701
Joined  2004-03-30

Geoff.

What setting do you have in place in the preferences area of the User CP?

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
Posted: 06 March 2008 02:03 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  2
Joined  2008-03-06

mk,

I had set the Email is Username preference to Yes, but after receiving your message I changed it back to the original No. That fixed the problem of not recognizing emails (I’ll look at that afterwards), but there is now another problem: after registration I receive this message:  “The following errors were encountered. * You are already registered and logged in.” However, when I check my members list I find that actually the registration was successful—So it seems that the problem now is simply the return page. I’ve tried changing the return= template, but that didn’t help.

Thanks,
Geoff

Profile
 
 
Posted: 06 March 2008 02:07 PM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  701
Joined  2004-03-30

You need to set a return url other than the reg page. you’re dropping people right back onto the page where they just registered.

mk

 Signature 

Mitchell Kimbrough

Profile