Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
basic 13
well i know what im suppose to do just am having a few problems
well i saves the source and edited the form and tried to login
then i realized there was no action tag in the the form
so i put it in and i get a page that says
Malformed Request
can you help me with what im doing wrong?????
here is how i edited it
<select name="name">
<option value="George">George
</option>
<option value="Frank">Frank
</option><option value="Johnny">Johnny
</option><option value="Anna">Anna
</option><option value="Jessica">Jessica
</option></select>
<input value="Log In" name="subname" type="submit">
</form>
</center>