Forum Moderators: phranque
[edited by: phranque at 5:52 pm (utc) on Jul 19, 2018]
When the user presses the submit button, I would like it toUh-oh, phranque, you’re not implying he’d like it to do something naughty, are you?
<form action="/Volunteers/ViewCertification.html">
User ID:<br>
<input type="number" max="9999999" name="uid">
<br><br>
<input type="submit" value="Submit">
</form>
[edited by: not2easy at 3:36 am (utc) on Jul 20, 2018]
[edit reason] unlinked example URL [/edit]
second step is to process the input, make sure it contains everything it’s supposed to and nothing it isn’t;