Error: dataset is not connected to a collection

I get this error every time I input a value on my page. The dataset is already connected on the collection, as well as the fields. Can anyone help me? Thanks

Here is my dataset

Error on Preview mode

Hi,

First, If you only need to add new item to the collection change your dataset’s setting to Write only , and then connect the submit button to Submit .

Else, if you wish to present an item from the collection and then do changes on him set your dataset to be Read&Write and add two buttons. One is going to be connect to Submit and the other one to New.
Afterword, if you wish to add new item, press new and than submit.

If you still have a problem with your dataset try to delete and readd.

Best,
Sapir

Hi Sapir,
Thank you so much! It is working now, I created a new dataset instead. The problem is that I previously selected a dynamicDataset instead of Form Dataset.