zoho creator hide subform field
The sub-form field can be Hidden or Disabled in the "on load" action of main form and "on user input" action of main form fields.The syntax is,
hide <sub form name>.<field name>;
show <sub form name>.<field name>;
enable <sub form name>.<field name>;
disable <sub form name>.<field name>;