I am trying to create a edit link in CC to edit my data in CF form. Here is what I have so far, but I don't know how to make the connection properly.
Form1 in CFv6 reads my database table using the following WHERE condition:
If it finds the data, then it uses the following data provider in form display.
I have a CCv6 Table view that lists all data from the same database table, and I added a column called Edit that is linked to Form1 in CFv6 via a form view element in CCv6.
What I'm trying to do is to pass the same session {session:create_answer.answer_ID} information from CC to CF for my form to work properly.
Thanks in advance.
Form1 in CFv6 reads my database table using the following WHERE condition:
model1.id:{session:create_answer.answer_ID}
If it finds the data, then it uses the following data provider in form display.
{var:read_data11.model1}
.
I have a CCv6 Table view that lists all data from the same database table, and I added a column called Edit that is linked to Form1 in CFv6 via a form view element in CCv6.
What I'm trying to do is to pass the same session {session:create_answer.answer_ID} information from CC to CF for my form to work properly.
Thanks in advance.