I aware default Form app required to select a particular TABLE in order to insert into DB when “Save” button clicked.
Is there away to insert into multiple Tables without writing additional PHP code?
E.g.
Form App: form_employee
To be INSERT tables
- emp_emergency_contact
- emp_dependents
- emp_job_details
- emp_contacts
how to save into multiple table by click ‘Save’ in SC (without writing any custom events or codes)
Thanks for the clarification.