hidden field?

cyber81 14 Jun, 2015
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 ?
GreyHead 17 Jun, 2015
Hi cyber81,

The hidden input needs to have the same name as the primary key column from the table - usually id or cf_id.

Bob
This topic is locked and no more replies can be posted.