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}
