MyBB Community Forums

Full Version: Captcha code removed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi i accedently removed captcha code from register template.
Please give me the code for hidden captcha 
here is a part of code from member_register template

<tr>
	<td colspan="2" style="display: none;" id="email_status">&nbsp;</td>
</tr>
{$hiddencaptcha}
</table>
</fieldset>
{$requiredfields}
{$referrer}
{$regimage}
</td>