i tried to create a multistep contract form.
the first site is for the customer contact, the second site is the contract location and the third site is to choose the service.
i have a table for the customer, location, products and contract.
Table Customer:
Customer : Customer
Customer_id : text
Product : List of Products
status : text
First of all , when you call table_contract you extract every values , so don’t have product:list_of_products inside it . You have to have a table of products inside it there should be list of products . That way when you call table contract only 1 unique id will get called
Table Contract:
Customer : Customer
contract_id : number
product : products
status : text