Hello, I have create a link between a form and a connection.. in fact when I save a record from the form appears the record listing with the "edit" link.
But when I click on edit, I think that the connection open another record.
I have read on the tutorial that must put a hidden field in form that hold form primary key (id) .. but really what this means?
Next we will add the form elements we need, including a 'Hidden field' element which will hold the value of the primary key from the table, usually id or cf_id, to make sure we update the same record.
This is my hidden field... how I must set up ?
But when I click on edit, I think that the connection open another record.
I have read on the tutorial that must put a hidden field in form that hold form primary key (id) .. but really what this means?
Next we will add the form elements we need, including a 'Hidden field' element which will hold the value of the primary key from the table, usually id or cf_id, to make sure we update the same record.
This is my hidden field... how I must set up ?
This topic is locked and no more replies can be posted.