I am using the create_service to add data into my database. I currently have 3 page where a user would input information to be saved on to the database under the same user_id. How would i do this without my database creating three separate rows of data in my database.
I basically need all of the data inputted by the user to be under the same user_id .