Hello All,I have been looking into AEM forms functionality as a potential option for us to use AEM forms to be designed in Author environment and publish them. (However not looking to utilize publish side submit functionalities yet, allowing users to download forms directly)The desire is to generate...
First, please forgive my ignorance of AEM, I'm just getting into it and starting to learn how everything works.Is there a way to provide a custom error message when submitting an AEM Form and invoking a Forms workflow process that uses a sendWithDocument step?We want to provide a meaningful error me...
Trying to install and configure the Adobe Live Cycle ES4 forms server on weblogic through silent/CLI mode , please share the options for achieving this.
I'm trying to build a component that consists of multiple other components without duplication of code.So I tried to build an empty component that contains a data-sly-resource to include another component<div data-sly-resource="${'path/to/resource' @ resourceType='my/resource/type'}"></div>This resu...
Hi,I am trying to setup the dispatcher 4.2.2 on my machine that has windows 7 64-bit along with the Apache web server 2.4.Yet i am unable to find the dispatcher module files online that is configurable with windows 7 64-bit and Apache web server 2.4 .Require assistance.
So this is a newbie question I'm sure... But I have the following code:<sly data-sly-call="${clientLib.css @ categories='ceportal'}"></sly>Which is rendered as :<link rel="stylesheet" href="https://forums.adobe.com/etc/designs/ceportal/clientlibs.css" type="text/css">I need it to be rendered as:<lin...
What problem we are solving?Configure AEM6.1 to allow authors to login to /projects.html using OKTA.What's done?Configured AEM6.1 author per the steps specified in the document-http://www.aemstuff.com/blogs/july/saml.htmlHave we done OKTA integration with AEM6.1?Yes; it's working in our Production e...
Hi all,I have a component that has to render different depending on the end-user's geolocation (specifically, which country they are in). The component works correctly, when bypassing cache, however, if the first request to the page is a user from Canada (which should be rendered differently than ot...
Hi All,I am working on Aem 6.2 where m creating some themes . Requirement is that on click of check box its widget should get filled with some blue color from the initial gray or white colour.I am not able to achieve the same. Please help me with the same. Thanks