Is there a limit to how many datasets you can assign to form

Thus, if you want information from a form to go to more than one data collection, you can do so?

Hi,
You can do so with a code. Instead of connecting the fields and the submit button to the database using the editor, you would need to insert the relevant record using the insert function.
I have a tiny question though- why do you need to have two collections with the same information?
You can use the information of a specific collection for multiple pages / operations.

Tal.

Tal, see that now…novice and just getting into using Wixcode. Now see how the database system is working. One other question that I do not see addressed, is on using searches. Do multiple search fields work together? i.e., if have one search field to search say city, and then user uses a second city to search for say restaurant, will that second search limit info to the city previously selected to show only restaurants in that city or can only one search function be used at a time?

Hi,
I recommend checking out this video tutorial regarding this matter.
You can also this thread for an example of filtering a repeater and this thread regarding filtering a table using multiple user inputs.

Best,
Tal.