Migrated from Redmine #45 | Author: alok soni
Status: Rejected | Priority: High, I’m very impatient | Created: 2017-09-09
can i storing value at booking time in my database
var res = this.client.book(
this.eventId, unitId, this.date, this.time,
{‘name’: jQuery(‘#name’).val(), ‘email’: jQuery(‘#email’).val(), ‘phone’: jQuery(‘#phone’).val()},
this.getAdditionalFieldsValues(), this.qty
);
if (res.bookings) {
alert(‘You successfully booked appointment.’);
location.href= ‘’;
//here is i want run query(code) for inserting value in database
}
it is possible to store date and time value in my database