Add condition in Depends on field in customize form
For Example
For installation fields-add code like this in Depends on field eval:doc.technology_type == âInstallationâ
For Problem fields-add code like this in Depends on field eval:doc.technology_type == âProblemâ
For siggestion fields-add code like this in Depends on field eval:doc.technology_type == âSuggestionâ
âPrint Hide If No Valueâ does not appear as an option for all field types.
In my case itâs the âSelectâ field type. It does not appear under the options for the âSelectâ field type.