Confirmation code:
Phone number:
Email:
 
<div class="row mb-3 mt-2" id="apptsdd"> <div class="col-12"> <label for="appts" class="form-label" id="lblAppt"> &nbsp; </label> <select id="appts" class="form-select" onchange="viewAppointmentDetails(this.value);"> &nbsp; </select> </div> </div> <div class="row mt-2"> <div class="col-12"> <span class="form-label"> Appointment date: </span> <span id="apptdate"> &nbsp; </span> </div> </div> <div class="row mt-2"> <div class="col-12"> <span class="form-label"> Confirmation code: </span> <span id="confcode">&nbsp;</span> <a id="apptcnc" href="#" class="ms-2" onclick="cancelAppointment(1);">Cancel appointment</a> </div> </div> <div class="row mt-2"> <div class="col-12"> <span class="form-label"> Service: </span> <span id="appt"> &nbsp; </span> </div> </div> <div class="row mt-2"> <div class="col-12"> <span class="form-label"> Location: </span> <span id="location"> &nbsp; </span> </div> </div> <div class="row mt-2"> <div class="col-12"> <span class="form-label"> Name: </span> <span id="name"> &nbsp; </span> </div> </div> <div class="row mt-2"> <div class="col-12"> <span class="form-label"> Email address: </span> <span id="email"> &nbsp; </span> </div> </div> <div class="row mt-2"> <div class="col-12"> <span class="form-label"> Phone number: </span> <span id="phone"> &nbsp; </span> </div> </div> <div class="row"> <div class="col-12"> <div class="btn-group w-100"> <button type="button" class="btn btn-success" onclick="reCaptchaCheck(2);">Yes</button> <button type="button" class="btn btn-outline-primary" onclick="modalPopup();">No</button> </div> </div> </div> <button type="button" class="btn btn-success" onclick="clearGADCNC();">Close</button>