U bekijkt help-inhoud voor de versie::
- 6.4
- 6.3
- 6.2
- Eerdere versies
This page explains how to build a custom page template that uses Adobe Campaign Form components by examining how the Geometrixx-outdoors template (/apps/geometrixx-outdoors/components/page_campaign_profile) is implemented, and points you to important information you may need when creating your own custom template.
To create a custom AEM page template using Adobe Campaign Form components, make sure you have the following:
-
head.jsp (/apps/geometrixx-outdoors/components/page_campaign_profile/head.jsp)
In head.jsp, you see the following lines that use the clientcontext-config and the cloudservice-hook:
<cq:include path="config" resourceType="cq/personalization/components/clientcontext_optimized/config"/> <sling:include path="contexthub" resourceType="granite/contexthub/components/contexthub"/> <cq:include script="/libs/cq/cloudserviceconfigs/components/servicelibs/servicelibs.jsp"/>