CAN DATA BE SUBMITTED INTO TWO DATABASES?

Hello Wix Code,
I was just wondering if data that users input can be submitted into two databases instead of just one? For example, if a user inputs their name, the name is saved onto two databases. Thanks in advance to anyone who responds!
-Pawtalog

What I need is a form that can collect information that can be submitted onto two different databases when a “submit” button is clicked at the bottom of the form. Is this possible? I need this feature so that I have the ability to do more with the information submitted by users.

Hi,
Yes it is possible. The best way is using Data Hooks .
My suggestion is using AfterInsert.
Before you return the “item”, insert the data you wish to the relevant database collection.
Roi