Customising Event Booking
-
I have custom form to capture multiple booking in my registration page. So the logged-in user can add more rows to the form with the user details. I want to save this to the database using ajax. So which tables should I update?
First, I am planning to insert the entered user details to the user table (if already not registered with the provided email) as a partial registration. Then for the booking and payments which tables can I update?
From where the booking status is displayed in admin booking table list?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Customising Event Booking’ is closed to new replies.