I created a connection with a table listing in the index event.
For each record I add a link to edit the record in the original CF form where data were saved.
I pass the data as a var in the cn form:
Data provider: {var:read_list.myTable}
Content: {chronoform.event:myCF6Fofrm/load}
The cf6 form open and the record values are there.
In the same connection I created a Toolbar button linked to the cn event that I use to edit the records.
I don't understand how to manage saving data.
The Save Data action in the cf6 form apparently is not working (it works if I open the form outside of CN).
Where is the saving action to be managed? In CF or in CN? And how?
Thank you
maaxx
For each record I add a link to edit the record in the original CF form where data were saved.
I pass the data as a var in the cn form:
Data provider: {var:read_list.myTable}
Content: {chronoform.event:myCF6Fofrm/load}
The cf6 form open and the record values are there.
In the same connection I created a Toolbar button linked to the cn event that I use to edit the records.
I don't understand how to manage saving data.
The Save Data action in the cf6 form apparently is not working (it works if I open the form outside of CN).
Where is the saving action to be managed? In CF or in CN? And how?
Thank you
maaxx