Important: if you only show the {field1:value} in the edit template, and not the {field1:item}, when you save the edit record in the frontend, the value will be stored empty.
So add the {field1:item} at the end in the edit template but don't display it for the user.
<div style="display:none">{field1:item}</div>