MyBB Community Forums

Full Version: Login box in other site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
In this page i have a box for log in. http://iriboard.com/

How can i use it for my mybb forum?

HTML code of it:

	                <!--user signin-->
                    <h3>Member Login</h3>
                    <form name="contact_form" id="contact_form" class="generic-form alignleft_block" action="http://incorporate.ozythemes.com/contact.html">
                        <p>
                            <input type="text" name="txt_name" id="txt_name" class="validate[required] medium-login user margin-right-10" />
                            <input type="text" name="txt_email" id="txt_email" class="validate[required] medium-login password" />
                        </p>
                        <div class="clear10"></div>                                                
                        <p>
                            <input type="checkbox" id="chk_rememberme" name="chk_rememberme" /><label for="chk_rememberme">Remember Me</label>
                            &nbsp;/&nbsp;
                            <a href="http://iriboard.com/forum/member.php?action=lostpw" class="orange-only notextdecoration">Forgot Password?</a>
						</p>                     
                           
                        <div class="clear"></div>
                        
                        <a href="#" class="button alignleft_block bold_only notextdecoration" id="btnLoginNow"><span>Login Now</span></a>

                    </form>
	                <!--/user login-->

Can anyone help me? Smile
Thanks a lot!Smile
first please check what is this in your above posted code - where it is directing !!
<form name="contact_form" id="contact_form" class="generic-form alignleft_block" action="http://incorporate.ozythemes.com/contact.html">