Hi All,
I am using AEM 6.3
I copied the simpleEnrollment Template from libs folder into my application folder and I modified the title and description of the same. But it is not appearing in the template list when I am trying to create an adaptive form.
Thanks,
Sobhan
Solved! Go to Solution.
Yes the issue got resolved.
Actually we have two sets of library templates shipped in AEM, for e.g SimpleEnrollment & SimpleEnrollment2. So basically if I have to create my template by copying the library template, then I should be copying the SimpleEnrollment2, which is a static template and changing the title of the same. we should not be copying the SimpleEnrollment template as it is a dynamic template.
Thanks,
Sobhan
Is there anything I am missing here.
I am using AEM 6.3
I copied the simpleEnrollment Template from libs folder into my application folder and I modified the title and description of the same. But it is not appearing in the template list when I am trying to create an adaptive form.
Thanks,
Sobhan
Views
Replies
Total Likes
Post a screen shot to make sure its in the correct location.
Views
Replies
Total Likes
Hi Donald,
I just copied simple enrollment template node from /libs/FD/af/templates to /apps/sobhan@gmail folder. Then just changed the JCR:title property of it as testtemplate. That's all.
I remember doing it in 6.1 working. Is there anything extra in 6.3
Thanks
Sobhan
Views
Replies
Total Likes
I just tested on AEM 6.3
It showed up -
Make sure you set the allowedPaths prop correctly - try using /content(/.*)?
Also - better practice to place templates under /apps/templates.
Views
Replies
Total Likes
OK. Could you please post the navigations that you are following from the project.html screen.
I am following
Clicking on Adobe Experience Manager-- Forms -- Forms&Documents . here create Adaptive Forms.
Is this correct.
Thanks
Sobhan
Views
Replies
Total Likes
the path you mentioned is correct. under Forms&Documents, you create folders(based on your project details) and put all your forms over there. Also, were you able to resolve the actual issue you were talking about?
Views
Replies
Total Likes
Yes the issue got resolved.
Actually we have two sets of library templates shipped in AEM, for e.g SimpleEnrollment & SimpleEnrollment2. So basically if I have to create my template by copying the library template, then I should be copying the SimpleEnrollment2, which is a static template and changing the title of the same. we should not be copying the SimpleEnrollment template as it is a dynamic template.
Thanks,
Sobhan