Hidden fields in edit form

Hi

Is there any way to display hidden fields in the Scheduler Mobile edit form? I have additional fields that need to be included in an update and would like to have the option of changing those hidden fields depending on certain actions in the form. Is this possible?

Thanks
Claus

Hi,

It is possible to redefine scheduler form: docs.dhtmlx.com/doku.php?id=dhtm … etailsform You can add view “input” with hidden type:
{view:“input”,type:“hidden”, height:1, name: “new_field”, value: “some value”}