Skip to Content

Edit Data

We first create a simple Data+ Forms extension with two inputs:

Inputs

Select Listen to db updates under Server and enter the id to be used if updating an existing entry:

Listen to db updates

Create a table & columns on the Data+ Server and then connect these to the inputs:

Columns

Also set the column to load values from the database for each input under General:

Columns Listen to Db

Last under Actions create two actions. One for creating new entries and one for updating existing ones.

Actions

Now if Id is selected the corresponding entry will be loaded and on submit updated. If no id is selected a new entry will be created.

Last updated on