Hi all, just started using bubble.io a week ago and I’m extremely impressed with how easy it is for me (a person with almost no dev experience) to build a website. This is all very exciting.
I am trying to create a customer onboarding journey with multiple pages as steps. it is as follows:
Step 1: user inputs their name and email in two fields and clicks next. This action will create a user with a unique user ID on my DB, the user will be based on the email which is the unique identifier. (this part i was able to figure out).
Step 2,3,4,5,etc: the user will then fill out different pages with different information needed to generate their quotation. for example the second page they might enter Input 1 & 2 and click next. Once they click next a new quote record should be created and it should be associated with the user created from the previous page (from step 1).
I am able to create the quote record but unable to link the record to the user itself. Keep in mind I am not asking the users to sign up or log in, that will be done after they make a purchase.
I hope my question is clear and sorry if this was answered in previous threads. I tried using the method of sending data to the next page but still not able to solve this problem.
Edit: attaching an image hoping that it will explain more what im trying to achieve
If any more information is needed please let me know and I’ll provide it!