diff --git a/bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/util/AbstractFormComponentImpl.java b/bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/util/AbstractFormComponentImpl.java index 74bdfcafc7..cee76ce602 100644 --- a/bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/util/AbstractFormComponentImpl.java +++ b/bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/util/AbstractFormComponentImpl.java @@ -338,7 +338,7 @@ protected boolean getEditMode() { properties.put(CUSTOM_DOR_PROPERTY_WRAPPER, getDorProperties()); } properties.put(CUSTOM_JCR_PATH_PROPERTY_WRAPPER, getPath()); - if (isAuthorMode(request)) { + if (isAuthorMode(request) || FormConstants.CHANNEL_PRINT.equals(this.channel)) { Map rulesProperties = getRulesProperties(); if (!rulesProperties.isEmpty()) { properties.put(CUSTOM_RULE_PROPERTY_WRAPPER, rulesProperties);