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
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>
Ok. How do I update the skin like that? I just installed this skin yesterday
Compare it to the stock template in core/templates/registration_mainform.tpl
Compare it to the stock template in core/templates/registration_mainform.tpl
Excatly, like what nabeel says.
Got it. Thanks!