You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
244 B
HTML

<html>
<body>
<form action="/api/process_post" method="POST">
First Name: <input type="text" name="first_name"> <br>
Last Name: <input type="text" name="last_name"><br/>
<input type="submit" value="Submit">
</form>
</body>
</html>