MyBB Community Forums

Full Version: Added G33K Security Question to Modal Box?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

How may I add this security question from G33K plugin to my modal register box, here is what I have

Username :<td><input type="text" class="modal-panel-bar" name="username" id="login_username" style="width: 84%" value="" /></td>
		Password :<td><input type="password" class="modal-panel-bar" name="password" id="login_password" style="width: 84%" /></td>
		Confirm Password:<td><input type="password" class="modal-panel-bar" name="password2" id="password2" style="width: 90%" /></td>
		<td colspan="2" style="display: none;" id="password_status">&nbsp;</td>
		Email :<td><input type="text" class="modal-panel-bar" name="email" id="email" style="width: 90%" maxlength="50" value="" /></td>
		Confirm Email :<td><input type="text" class="modal-panel-bar" name="email2" id="email2" style="width: 90%" maxlength="50" value="" /></td>
                SecurityQuestion: <td><input type="text" class="modal-panel-bar" name="email2" id="{$regq}" style="width: 90%" maxlength="50" value="" /></td
[/quote]

Also, how to add capcha to there?