restaurant-ilcapo.fly.dev
Open in
urlscan Pro
66.241.125.87
Public Scan
URL:
https://restaurant-ilcapo.fly.dev/
Submission: On July 13 via api from US — Scanned from DE
Submission: On July 13 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST /reservation/reservation
<form method="POST" action="/reservation/reservation">
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputName" class="custom-label">Name</label>
<!-- Pre-filled name field if user is logged in -->
<input type="text" class="form-control" id="inputName" name="name" placeholder="Name" maxlength="50" pattern="^[A-Za-z]+( [A-Za-z]+)?$" required="">
</div>
</div>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputPeople" class="custom-label">Number of People</label>
<select class="form-control" id="inputPeople" name="totalPerson" required="">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
</select>
</div>
<div class="form-group col-md-6">
<label for="inputDate" class="custom-label">Date</label>
<input type="date" class="form-control" id="inputDate" name="date" required="" min="2024-07-15">
</div>
<div class="form-group col-md-12 mt-2">
<div id="mondayWarning" class="alert alert-danger text-center" style="display: none;"> Ristorante "Il Capo" is closed on Mondays. Please choose a date between Tuesday and Sunday. </div>
</div>
</div>
<div class="form-group col-md-6">
<label for="inputTime" class="custom-label">Time</label>
<input type="text" class="form-control flatpickr-input" id="inputTime" name="time" required="" readonly="readonly">
</div>
<div class="form-group col-md-12 mt-2">
<div id="timeWarning" class="alert alert-danger text-center" style="display: none;"> Ristorante 'Il Capo' is open from 12:00 to 23:00. Please choose a time between 12:00 and 23:00. </div>
</div>
<div class="form-group col-md-6">
<label for="inputEmail" class="custom-label">E-mail</label>
<!-- Pre-filled email field if user is logged in -->
<input type="email" class="form-control" id="inputEmail" name="email" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$" required="">
</div>
<div class="form-group d-flex justify-content-center">
<button type="submit" id="buttonReservation" class="btn">Validation</button>
</div>
</form>
Text Content
* Menu * Reservation * About Us * Login * Sign up Menu Reservation RESERVATION Name Number of People 1 2 3 4 5 6 7 8 9 10 Date Ristorante "Il Capo" is closed on Mondays. Please choose a date between Tuesday and Sunday. Time Ristorante 'Il Capo' is open from 12:00 to 23:00. Please choose a time between 12:00 and 23:00. E-mail Validation About us Piazza del Colosseo, 1, 00184 Roma Tuesday to Sunday 12:00 to 23:00 000 111 222 ilcaporome@ristorante.com © 2024 Ristorante "Il Capo" All rights reserved :