With that form the checkbox value isn't registering. Any thoughts?HTML Code:<form name="boom" action="process.php" method="POST"> <b>Name:</b><br /> <input type="text" name="user" class="text" /><br /><br /> <b>Password:</b><br /> <input type="password" name="pass" class="text" /><br /><br /> <input type="hidden" name="login_sub" value="1" /> <input type="checkbox" name="hi" /> Remember Me<br /> <input type="submit" value="Log In" class="button" /><br /> </form>







Bookmarks