Hi guys, I’m a newbie, I want to say I appreciate all the help and support from the community, it has been so valuable.
Could someone please point me in the right direction? I’m creating a restaurant/RSVP app. I have designed a page where guests have to enter their names, when they click the enter button their name gets stored in the database. I know within bubble you can get the unique ID, but is it possible to generate your own ID on the fly and store it in the DB as I will like to use it later, for bookings, orders and payments?
For example, Mary Smith enters her name on the form. She clicks the enter button, and a guest ID is generated against her details and stored in the database
Hi adamhholmes,
Thanks for reaching out.
I just thought creating my own IDs across each data type would allow me to trace guest orders more easily throughout the whole order process. I thought because each field type just states a unique ID so it will become difficult to keep track of which ID below’s to what. I might be wrong in my thinking, I have never done anything like this before.
The basic flow is
Guess enters their name, they then select menu items, the items are stored in a basket, they confirm their order, the order is held in a pending state, it gets sent to the event admin, the event admin puts the order through.
I need to be able to link the guest to their orders.
Thanks