Hide fields

Hide certain fields or repeatables

Add data names to the ‘hidden_fields’ under the SCRIPT section.

1936

hidden fields screenshot

Hide fields without a value

You may have noticed that when parent-level fields have no input value, the report skips those fields. However, this does not apply to child-level fields (nested in a section or a repeatable field). To apply this to those child-level fields, change the else to else if (value != null) at the end of the BODY section.

1938

null value screenshot

Hide Header / Footer

You can remove header and footer from the report by setting those attributes to false in the SCRIPT section.

1912

set them to false screenshot