Connecting a button to dataset

What am I doing wrong?
I’ve added a submit button (it doesn’t say submit but rather something else, if it matters), and now I want to connect it to my dataset. My question is what does the field “Label connects to” need to be? When I choose “not connected” the fields don’t populate with the user’s entered info, when I choose one of the fields, the text on the button disappears in the preview and live modes.

Label connects to is used to have the button text Dynamics - read the text from the database. If the value in the database is empty, the button will then have an empty label. If you do not need to connect the button text to the database, just keep it as not connected.

Thanks! I did leave it “not connected” but then when filling out the form, the info filled out in the other fields didn’t go into the datatset…

Be sure that you have the dataset property set to read/write or write.

Problem solved! The issue was that when designing the button I’ve added a link to it. When I removed the link from the button, and only defined the link through the dataset connection panel, it works! Thank you for helping!