I have a Taxi booking form, passengers* can book a taxi without sign Up or login, then booking details saved in a Data Type (Bookings). Now I want the Passengers to be able to change their booking while they are not a user.
I tried many workarounds without success.
I am after a simple Search form with (Email & Booking Number), find the booking and let the passenger edit all the details and save. and I use a workflow to update the ¨ things ¨ in (Bookings Data type).
can anyone advice how to achieve this? or any workaround?
I say passengers because they are not ¨users¨ in BUBBLE terms.
Thank you for your input,
I tried repeated group and a search box, but I dont want the passenger to see all bookings, when Passenger types his email and booking number and clicks the button, he sees his booking only with a edit button/icon next to it.
I spent countless hours watching/reading tutorials but just cant figure out how to build this search box, can you help? please
There’s no need for a repeating group or a search box for this…
Just have an input for the email address, an input for the booking number, and a button to submit.
When submitted, display the relevant Booking wherever you want to display it (use a display data action to display the booing in a Group with Booking as the content type)
Yeah, have a group with a content type of Booking, but leave its DataSource empty.
Then, when the submit button is clicked, use a Display Data action to display data in that group… with the data to display being a search for Bookings (where the email address and booking number match the input values) first item.