Welcome Guest, Not a member yet? Register   Sign In
Form not submitting??
#1

[eluser]bobbob[/eluser]
This must be a simple lapse. Newbie.
This form just doesn't submit.
In firefox the action of the form is the correct url but it is in red.
The form is calling the home controller with the login function.


Code:
&lt;?php $this->load->helper(array('form')); echo form_open('home/login'); ?&gt;<font color="#ffffff">User </font>&lt;input type="text" name="name" size="6" &gt;&lt;font color="#ffffff"> Pass </font>&lt;input type="password" name="password" size="6"&gt;&lt;input type="submit" name="login" value="Log in" />&lt;/form&gt;

Better eyes much appreciated!
#2

[eluser]bobbob[/eluser]
This line of code just before the form caused the problem
<td align="right" valign="baseline >
Baseline not closed.
OOPs

Is there a topic solved button somewhere?




Theme © iAndrew 2016 - Forum software by © MyBB