Jump to content

Registration Problem


enti342

Recommended Posts

  • Moderators

A new pilot is having issues registering. On the registration page the field "What does this add up to" has no numbers to choose from. http://keystoneairlines.com/index.php/registration

by the 2.1 update. a rechapta was added. That needs to be updated. It tells me you have 2.1 and rechapta was installed in the registration form. You might need to update your current skin.

on what you have. You have ObsessBlue and it was desgined for 2.0, but you can still fix it up.

Remove the last text box, and the title of the "What does this add up to?" and the php code.

and add that to your registration_main on line 200,

<dt>reCaptcha</dt>
   <dd>
     <?php
		echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error);
	?>
   </dd>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...