We are not using Adobe target. I've gone through the documentation you shared and it doesn't talk about sequencing. The usecase I'm trying to solve is little complicated.More suggestions welcome.
Hi,We are using AEM forms in our project and one of the requirements is to change the form sequence basis external trigger such as user input, or url parameters.E.g. If user is identified to be of type "A", then sequence should be 1, 2, 3, 4, 5, 6, 7, 8If user is identified to be of type "B", then s...
Thanks for detailed response Kunal,The presentation layer is not yet finalised. It could be anything from Angular, ReactJS to any just about anyother framework. Since the choice of presentation framework could evolve to anything, we would like to focus on AEM acting as a content authoring, storage a...
Hi All,We are considering following setup for one of our projects and I would like to poll the community on their learnings having implemented such a setup in their projects.Our front end layer would be served by an independent application (say using Angular/ReactJS hosted on Tomcat). AEM would be u...
In welcome console towards the bottom you can see the version number listed.http://<host>:<port>/welcomehttp://<host>:<port>/libs/cq/core/content/welcome.htmlSee attachment for a screenshot.
Hi All, I'm exploring AEM Forms on OSGI (AEM 6.0 SP2 + AEM Forms 6 SP2).During form submit action I need to pass some hidden values. I created a simple component that generates following markup.<input type="hidden" name="username" value="admin" /> // value can keep changingClicking on submit action ...
I have also experienced this before while editing a multi value property via Bulk editor.I had to modify the bulk editor component to make it work in my case. I wrote steps in a blog post.http://www.intelligrape.com/blog/2013/11/29/aemcq5-6-bulk-editor-extension-part-1/These steps are only for updat...
Sling Post Servlet should be able to handle this kind of upload.I have used Webdav for this purpose to successfully upload over 25 GB assets to AEM DAM. You might want to explore that for your usecase. Just remember to disable all DAM related workflows as those are the real memory hogs during rendit...
@edubey: Which rewrite rules do you mean?I have already checked any applied resource resolver rules and there are none being applied.Only other rewrite rules would be in web server layer which again seems unlikely. I do not believe Apache has been configured to modify the DOM.- Ashish
I also suspect the same but cannot pinpoint the cause unfortunately. The last bit is confusing where it works on DEV publishers but generates different mark up on PROD publishers. Clearly some other service is coming in the way of this component's output.- Ashish