Hi,I'm trying to send e-mail with some information provided via <form> but I'm not really sure how to do it. I've understood that I need to create Servlet that process the form data and sends the email. I've tried to follow these instructions but it's not clear enough for CQ5/Servlet(I don't have an...
Hello All, Hope you all are doing great. I need to Export Users and Groups along with permissions from one CQ 5.4 to another CQ 5.4 author.Could you please tell me any way to achieve this? Thanks & Regards,
I need to create a RTE using the CQ.Util.Build (as an extension to what has been done in the "/foundation/social/blog/entryForm" JSP)The final editor needs to have somewhat these features :[img]rte-plugin-editor.JPG[/img] This is the complete code I sued for the richtext editor but I still don't see...
Hi Guys , I'm trying to achieve part of reverse replication process from one of my publisher instance to author instance . The goal is to reverse replicate custom form data from publisher instance to author . I'm able to achieve it by referring from here http://helpx.adobe.com/cq/kb/HowToUseReve...
I have problem with language specific symbols in my contact form. I have form, that leads to my servlet which sends email but in the time that the servlet is ran, the characters are already bad. For example if I enter this "ěščřžýáíé" to the form and submit it, the characters that the servlet gets a...
How would you go about programmatically stepping a workflow back? I've used the WorkflowSession.complete(WorkItem, Route) like so -List<Route> backRoutes = session.getBackRoutes(item); Route rte = backRoutes.get(0); session.complete(item, rte);However, this code seems to split the workflow into 2 wo...
Hi All,I just wanted to check if I can disable sidekick and stop cq5 related JS from loading for mobile devices or specific users as we are not planning to edit content on a mobile anyway.The problem is that it slows down page loading a lot and we cannot really test our custom JS like that.Im sure t...
Wenn I put the Voting Component in one geometrix demo pages (for example in /content/geometrixx/en/products/triangle/overview.html) or create a new page as described on the end of the "Using Voting Components" documentation (http://dev.day.com/docs/en/cq/current/developing/DevelopingWithSocialCommun...
Need to ristrict the search only for the page name.Seach result should not show any content inside the page which matches search.Please let me know how to achive this. Thanks