Html Passwort?
Guten Tag ich bin dabei eine seite zu programmieren auf welcher man einen key eingeben muss und dann weiter geleitet wird jedoch stoße ich hirbei auf probleme und zwar ist das passwort schon automatisch eingegeben und man kann eingeben was man will man wird trotzdem weitergeleitet wie kann ich das beheben hier der code :
<!DOCTYPE html>
<html>
<body>
<h1>Key</h1>
<form action="/action_page.php">
<label for="key">Key:</label>
<input type="password" id="key" name="key" value="1234"><br><br>
<input type="submit" value="Submit">
</form>
<p>Click the "Submit" button and the form-data will be sent to a page on the
server called "hier kommt noch ein link".</p>
</body>
</html>