I’m building a multistep Form where each step writes to a different table (Enquiries → Jobs → Vehicles, etc.).
Example flow:
- Step 1: Create Enquiry
- Step 2: Update Enquiry
- Step 3: Create related Job
- Step 4: Optional related records
Is this feasible?
I’ve been exploring connecting fields but it’s only for display. I’ve also thought of duplicating the properties from different tables into enquiry table and then create new records to the different tables upon form submit. However, I might as well create multiple pages if this is the case.
I’m down in the rabbit hole and wanted to make sure if it’s feasible or not to further avoid wasting time.
P.S. I’ve been exploring another concept which is dependent dropdowns but I don’t see it on my end too