added a new login form but how to include "Auth type"?

I have a quick question.  I use deano's code to do this and it works great on my splash page but it doesn't add "Auto type".  I use this code.....

 

//////////////////////////////////////////////////////

<form id="login_box_form" action="member.php" class="form_advanced" method="post" onsubmit="validateLoginForm(this); return false;">

    <input class="form_input_hidden" type="hidden">

    <input class="form_input_hidden" name="relocate" type="hidden" value="member.php">

    <div class="form_advanced_wrapper login_box_form_wrapper">

        <table cellpadding="0" cellspacing="0" class="form_advanced_table">

            <tr>

                <td class="caption">Username: </td>

                <td class="value">

                    <div class="clear_both">

                    </div>

                    <div class="input_wrapper input_wrapper_text">

                    <input class="form_input_text" name="ID" type="text">

                    <div class="input_close input_close_text">

                    </div>

                    </div>

                    <img alt="error" class="warn" float_info=" " src="templates/base/images/icons/exclamation.png">

                    <div class="clear_both">

                    </div>

                </td>

           </tr>

           <tr>

                <td class="caption">Password: </td>

                <td class="value">

                    <div class="clear_both">

                    </div>

                    <div class="input_wrapper input_wrapper_password">

                    <input class="form_input_password" name="Password" type="password">

                    <div class="input_close input_close_password">

                    </div>

                    </div>

                    <img alt="error" class="warn" float_info=" " src="templates/base/images/icons/exclamation.png">

                    <div class="clear_both">

                    </div>

                </td>

          </tr>

          <tr>

                <td class="caption">&nbsp; </td>

                <td class="value">

                    <div class="clear_both">

                    </div>

                    <div class="input_wrapper input_wrapper_checkbox">

                    <input id="login_box_form_input_rememberMe" class="form_input_checkbox" name="rememberMe" type="checkbox"><label for="login_box_form_input_rememberMe">Remember 

                    Me</label>

                    <div class="input_close input_close_checkbox">

                    </div>

                    </div>

                    <img alt="error" class="warn" float_info=" " src="templates/base/images/icons/exclamation.png">

                    <div class="clear_both">

                    </div>

                </td>

            </tr>

            <tr>

                <td class="caption">&nbsp; </td>

                <td class="value">

                    <div class="clear_both">

                    </div>

                    <div class="input_wrapper input_wrapper_input_set">

                    <div class="button_wrapper">

                    <input class="form_input_submit" name="LogIn" type="submit" value="Login">

                    <div class="button_wrapper_close">

                    </div>

                    </div>

                    <div class="right_line_aligned">

                    <a href="forgot.php">Forgot password?</a>

                    </div>

                    <div class="clear_both">

                    </div>

                    <div class="input_close input_close_input_set">

                    </div>

                    </div>

                    <img alt="error" class="warn" float_info=" " src="templates/base/images/icons/exclamation.png">

                    <div class="clear_both">

                    </div>

                </td>

            </tr>

        </table>

    </div>

</form>

 

//////////////////////////////////////////////////////

 

It comes out like this...

 

But i want to include "Auto Type".  What's the best way to do this?  

 

Quote · 22 Jul 2012

use the html code from your main login block with auth type or use php to generate a login block

so much to do....
Quote · 22 Jul 2012

 

use the html code from your main login block with auth type or use php to generate a login block

 Do you mean take the code from login_form.html? 

Quote · 22 Jul 2012

Anyone?  I made my own login with my own design.  I just need to find a way to add Auth type to it in my html file.  :/  any tricks?

Quote · 22 Jul 2012

use inspect element and copy the html for your login form

so much to do....
Quote · 22 Jul 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.