Hi there,
Sorry if this question already was there, but I can’t find anything that could help solve my problem.
I want to create an application where the user creates a inquiry using a multi-step form. The entire user path should look like this:
- Users press the button and are linked to the second page
- On the second page he selects one category and is linked to the third page
- On the third page he selects a sub-category and is linked to the fourth page
- On the fourth page, he fills a few text fields and provides data, after that press submit button and then inquiry is saved in the database.
I’m thinking the best way would be to create an automatic record in collection with inquiry_id and empty fields which would be updated with each step and finally saved after the user submits the query.
Can someone help me figure out how to do this with Adalo? Or maybe it’s impossible to do and I’m just wasting my time trying to do it.