Hello
I have followed the examples in
http://www.chronoengine.com/faqs/72-ccv5/5213-direct-list-editing.html
and
https://www.chronoengine.com/forums/posts/f12/t100769.html?hilit=dropdown&page=1
The relevant sections look as follows:
_SELECTOR_
data.id:ID
data.status:Status
etc
_EDIT_:Edit
And in Fields box:
data.status:<select name="data[{data.id}][status]"><option selected value="{data.status}">{data.status}</option><option value="STANDBY">Standby</option><option value="CONFIRMED">Confirmed</option><option value="CANCELLED">Cancelled</option></select>
However in the dropdown instead of having values for the field status I simply see the code {data.status} like this:
<select name="data[232][status]"><option selected="" value="{data.status}">{data.status}</option><option value="STANDBY">Standby</option><option value="CONFIRMED">Confirmed</option><option value="CANCELLED">Cancelled</option></select>
I looked at permissions, studied the examples but I cannot see where I am going wrong and why the value of that field is not picked up from the table.
Your help is appreciated.
Thank you
Amelia
I have followed the examples in
http://www.chronoengine.com/faqs/72-ccv5/5213-direct-list-editing.html
and
https://www.chronoengine.com/forums/posts/f12/t100769.html?hilit=dropdown&page=1
The relevant sections look as follows:
_SELECTOR_
data.id:ID
data.status:Status
etc
_EDIT_:Edit
And in Fields box:
data.status:<select name="data[{data.id}][status]"><option selected value="{data.status}">{data.status}</option><option value="STANDBY">Standby</option><option value="CONFIRMED">Confirmed</option><option value="CANCELLED">Cancelled</option></select>
However in the dropdown instead of having values for the field status I simply see the code {data.status} like this:
<select name="data[232][status]"><option selected="" value="{data.status}">{data.status}</option><option value="STANDBY">Standby</option><option value="CONFIRMED">Confirmed</option><option value="CANCELLED">Cancelled</option></select>
I looked at permissions, studied the examples but I cannot see where I am going wrong and why the value of that field is not picked up from the table.
Your help is appreciated.
Thank you
Amelia