Vaatate praegu abisisu järgmise versiooni jaoks::
- 6.4
- 6.3
- 6.2
- Vanemad versioonid
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.
Märkus.
Email and form samples are only available in Geometrixx. Please download sample Geometrixx content from Package Share.
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"/>