Posted by Zdenek
2018-03-28

Hi Tom,

I would need staff or guest to edit only some fields. Not all. Is it possible?
Posted by Tom
2018-03-30

The easiest way is to hide the fields with <div style="display:none;">
for example
<div style="display:none;">

....the fields you want to hide...


</div>
Even if the fields are hidden, they will be still posted. A problem is staff can still see the values if they see the source code of the page.