Form's Posting
Posted: Mon Oct 03, 2005 12:28 pm
I've a Login form with a username input, an email input and a submit button, the username and email prompts get pre-populated and "disabled". When I clicked on the submit button, it called a form name logon. I got some errors in this logon form when it trying to get the value from $_POST["username"] and $_POST["email"]. My question is, is the form not posting the input when the input disabled? Does anyone know? Please post some tips. Thanks...