How can I create a dynamic form based on dropdown selection?

Hi everyone!

Sorry if it’s a dumb question but I want to create a form which edits rows of data depending on the “title” chosen in the dropdown rather then, as it does currently, just changing the data of the top row in my database.

Below are some screenshots of a test page which may illustrate better what I would like to do.

Hi,

If you want to update existing records you should use the update() function that includes the record ID and the rest of the data fields.

Please share your code and the use case if you need more help,
Or

Hi Or,

Thanks for the reply.

Sadly I have only some basic knowledge of code (Hence why I’m using wix xD)

By using the update() function does it allow you to edit a row of data depending on the “title” chosen? Below’s screenshots might help better illustrate what I mean…

The idea is though that you change from the drop down which row of data you want to edit, and then you fill in the new change and then it populates the database with the change.