Welcome Guest, Not a member yet? Register   Sign In
Broken form
#7

[eluser]mdowns[/eluser]
Quote:Form:
Code:
<form action="Admin/Login/doLogin/" method="post" name="login" />
                <label for="username">Username:</label> &lt;input type="text" name="username" /&gt;
                <br />
                <label for="password">Password:</label> &lt;input type="password" name="password" /&gt;
                <br />
                &lt;input type="submit" name="submit" value="Login"  /&gt;
            &lt;/form&gt;

Remove the slash on the form element.
Code:
&lt;form action="Admin/Login/doLogin/" method="post" name="login" &gt;
                <label for="username">Username:</label> &lt;input type="text" name="username" /&gt;
                <br />
                <label for="password">Password:</label> &lt;input type="password" name="password" /&gt;
                <br />
                &lt;input type="submit" name="submit" value="Login"  /&gt;
            &lt;/form&gt;


Messages In This Thread
Broken form - by El Forum - 08-21-2008, 02:52 PM
Broken form - by El Forum - 08-21-2008, 03:07 PM
Broken form - by El Forum - 08-21-2008, 03:12 PM
Broken form - by El Forum - 08-21-2008, 03:21 PM
Broken form - by El Forum - 08-21-2008, 03:24 PM
Broken form - by El Forum - 08-21-2008, 03:31 PM
Broken form - by El Forum - 08-21-2008, 03:36 PM
Broken form - by El Forum - 08-21-2008, 04:05 PM
Broken form - by El Forum - 08-22-2008, 03:52 PM
Broken form - by El Forum - 08-22-2008, 04:40 PM
Broken form - by El Forum - 08-22-2008, 04:45 PM
Broken form - by El Forum - 08-22-2008, 05:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB