#3, the contact form database with all of the form submission data for a specific form. So what I would like is to have the contact form submission placed into its correct form name database($myForms) while at the same time duplicating that data into my consolidated database($myUnifiedForm) with all of my other forms' data. Currently the code takes the form submission data and places it in the consolidated form, bypassing the original form database completely.
↧