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

20 lines
659 B

<form action="reserve.php" method="POST">
<ul>
<li style="font-weight:500">Reserve now</style></li>
<li>
<label for="nameres">Last name</label>
<input type="text" id="nameres" name="nameres">
</li>
<li>
<label for="startres">Start date</label>
<input type="date" id="startres" name="startres">
</li>
<li>
<label for="endres">End date</label>
<input type="date" id="endres" name="endres">
</li>
<li>
<input type="submit" value="Reserve">
</li>
</ul>
</form>