We’ve discovered gaps in the sequence of IDS in the bookings table. We’re wondering how this could happen.
As we understand the process: The web user completes a form and EME stores the data in various table: wp_eme_people, wp_eme_answers, wp_eme_booking are the main ones that we are interested in.
On our site we have a hook on the RSVP process. We want to transfer the information about the person and the event into HubSpot. Our hook is very simple, it obtains the booking ID and queues an action to be performed in 10 seconds.
Recently we have found, when our action is called, that the booking is missing. No booking, no answers. In our setup, the user doesn’t make a payment at the time of booking, so there are no payment records for us to look at.
We are wondering what could trigger the removal of records from the database. Do you have any ideas?