<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
	<form enctype="application/x-www-form-urlencoded" action="/submitForm" method="post">
	  <input name="id" />
	  <input name="name" />
	  <input name="email" />
	  <input name="phone" />
	  <input name="address" />
	  <input type="submit" value="Submit"/>
	</form>
</body>
</html>