Hi,
We are just trying out the user register. But when we put in the tags, like {email}, {password}, etc, it doesn’t seem to register them. It does recognize captcha.
We set up a template that looks like this:
{exp:user:register form_name="regForm" form_id="regForm" key_email_match = "yes" return="" require_key = "yes"}
{username}
{email}
{password}
{password_confirm}
<p>Birthday Day <input type="text" name="bday_d" value="" /></p>
<p>Zip Code <input type="text" name="zipcode" value="" /></p>
{captcha}
{key}
{accept_terms}
{/exp:user:register}
but it gives us results like this:
<form id='regForm' name='regForm' method="post" action="http://mysite.com/registration/" >
<div>
<input type="hidden" name="XID" value="eda64ef3da67de873ec93375fb9a7322" />
<input type="hidden" name="ACT" value="37" />
<input type="hidden" name="RET" value="http://mysite.com/registration/" />
<input type="hidden" name="name" value="regForm" />
<input type="hidden" name="id" value="regForm" />
<input type="hidden" name="params_id" value="1" />
<input type="hidden" name="site_id" value="1" />
</div>
{username}
{email}
{password}
{password_confirm}
<p>Birthday Day <input type="text" name="bday_d" value="" /></p>
<p>Zip Code <input type="text" name="zipcode" value="" /></p>
<img src="http://mysite.com/images/captchas/1190167372.22.jpg" width="140" height="30" style="border:0;" alt=" " />
{accept_terms}
</form>
Any ideas?
Thanks.
