Hello, anyone know if it’s possible to insert data from 1 form into 2 tables?
I have clients and leads tables linked by client_id. When staff add a client into the front end id like the same form to collect lead details too.
So in save, client_id is created in clients table, then into leads table linking the records.
Not sure if there is such a thing as a two step form in Noloco, first page is client details, click next (creates client_id) and loads the second page with connected lead details.
Thank you