Not displaying captcha on register page
Posted: 06 February 2010 06:47 PM   [ Ignore ]
Newbie
Avatar
Rank
Total Posts:  14
Joined  2008-01-16

Hi,

I am having trouble getting the captcha to display for the registration page.  I have used it captchas in other places on the site, so I know a higher level path is not off for the captchas.  Here is the code I’m using.  Any suggestions would be great!

{exp:user:register form:id="contact" form:class="register" return="members/register/thanks/" admin_register="yes" allowed_groups="9|13|12|16" exclude_username="student|username|member"  }
<fieldset>

<
label for="username">Username:</label>
<
class="directions">Used for login and your student web site.<br /> 
    <
m>http://welovewebdesign.com/</m><input id="username" type="text" name="username" id="username" /></p>    

<label for="screen_name">Class:</label>
<
select name="group_id"
{select_member_groups} 
<option value="{group_id}">{group_title}</option
{/select_member_groups} 
</select

<
label for="screen_name">Full name:</label>
<
p><input class="text" type="text" name="screen_name" id="screen_name" /></p

<
label for="email">Email Address:</label>
<
p><input class="text" type="text" name="email" id="email" /></p>
 
<
label for="password">Password:</label>
<
class="directions">At least 1 uppercase1 lowercase, and 1 number (3 character minimum)</p>    
<
p><input class="text" type="password" name="password"  id="password" /></p>
<
class="directions">Confirm that junx</p>    
<
p><input class="text" type="password" name="password_confirm" id="password_confirm" /></p>
 
{if captcha}
<label for="captcha">Please enter in the word you see below:</label>
<
p><input class="text" type="text" name="captcha" id="captcha" /></p>
<
p>{captcha}</p>
{/if}

<input type="hidden" name="accept_terms" value="y"  />
 
<
p><input type="submit" value="Submit" id="submit" /></p>
</
fieldset>
{/exp:user:register} 


Thanks,
Zac

Profile
 
 
Posted: 06 February 2010 09:47 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRank
Total Posts:  348
Joined  2009-10-27

Good evening Zac!

Thank you for contacting us. Someone will get back to you on this soon. Have a good weekend! grin

 Signature 
Profile
 
 
Posted: 08 February 2010 11:02 AM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRankRank
Total Posts:  8290
Joined  2006-10-18

Hi Zac,

Have you enabled Membership Captcha? smile

Admin ›  Members and Groups ›  Membership Preferences Enable ›  Membership Captcha

 Signature 
Profile
 
 
Posted: 09 February 2010 09:53 PM   [ Ignore ]   [ # 3 ]
Newbie
Avatar
Rank
Total Posts:  14
Joined  2008-01-16

Ah, thanks!  That was it (plus I had {site_url} instead of the actual url in captcha preferences).  Cheers smile

Profile