Show Hide Zoho Creator subform Fields

Show Hide Zoho Creator subform Fields

It seems like ZOHO has recently launched a new feature that allows users to hide/show Subform row fields, which was highly anticipated. Previously, users were using the disable/enable feature for this purpose.

Reference Code:-

  1. if(row.College_Name.isEmpty() = false)
  2. {
  3. hide row.Course_Name;
  4. }
  5. else if(row.College_Name.isEmpty() = true)
  6. {
  7. show row.Course_Name;
  8. }


Thanks & Regards
Piyush Goyal
Zoho Developer || 3+ years Experience
+91-8619164837