--> postForm.append("date", $('#CourtDate').val());// String postForm.append("start_time", $('#CourtStartHere').val());// String postForm.append("finish_time", $('#CourtFinishHere').val());// String //AvailableHoursItemToClock01:00:00 //Process the form using $.ajax() type: 'POST', //Method type url: 'https://thepadelhall.com/reservations/check/' + $('#CourtID').val(), //Your form processing file URL data: postForm, //Forms name