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****Major-Spoilage*****
Ok, I have the majority of this one figured out but I'm unable to change the value of the submit button.
<center>You did not login as George, please try again!<br>
<br>
<form method="POST">
<select name="name">
<option value="Frank">Frank
<option value="Johnny">Johnny
<option value="Anna">Anna
<option value="Jessica">Jessica
</select>
<input type="submit" value="Login" name="subname">
</form>
</center>
</div></div>```
The input type is "submit"; from their, I need to submit it to the correct URL. But when I put the URL in where submit is nothing new happens?