Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

lesutton1
lesutton1
Offline

Badges

Badges
13

Accepted Solutions

Accepted Solutions
14

Likes Received

Likes Received
9

Posts

Posts
47

Discussions

Discussions
16

Questions

Questions
31

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by lesutton1
Customize the badges you want to showcase on your profile
Re: allowedPaths property on Adaptive forms templates. - Adobe Experience Manager Forms 08-02-2019
allowedPaths is actually not currently implemented in the forms templates so it will be ignored regardless of where the user is in their forms folders.

Views

1.2K

Likes

0

Replies

0
Re: How to make any one option is required - Adobe Experience Manager Forms 12-12-2018
Santhosh,What Lee mentioned would be an Ideal approach here for your use case else you will have to play a lot at scripting level. In case you want to customize the radio button here is one great blog written some time back:CSS3 Radio Buttons in Adaptive Forms

Views

1.1K

Likes

0

Replies

0
Re: CI/CD for AEM Forms/Livecycle applications - Adobe Experience Manager 04-12-2018
Newer workflow applications that are based on OSGi can be easily integrated with source control and deployment systems like Jenkins but for workbench-based processes you'd have to use the command line interface to export the LCA, then deploy the LCA through your environments also using the command line. Alternatively you could create your own framework using the API's available in the SDK to export and import LCA's.Adobe LiveCycle * Quick Start (EJB mode): Exporting LiveCycle Applications using ...

Views

1.4K

Likes

0

Replies

0
Re: AEM Forms 6.3 - guidetheme2 css being included - Adobe Experience Manager Forms 22-11-2018
Nice.If this does what it says then this also fixes another issue that I have:When my form is embedded on a site page the css from the rest of the site is clashing with my form styles.Applying this reset on my form would potentially solve that issue too.Thanks for sharing lesutton1​ I will test it out and update the answer if it works as expected.

Views

1.5K

Likes

0

Replies

0
Re: Passing values from external application to Forms - Adobe Experience Manager Forms 10-09-2018
Can you explain what you mean by "calling the adaptive form"? Can you provide some lines of Java from your servlet that corresponds to "calling" the form? Thanks.

Views

5.5K

Likes

0

Replies

0
Re: Passing values from one form to another - Adobe Experience Manager Forms 02-08-2018
Lee,I'm really grateful for your patient attempt to help me. I'm afraid I don't know what "In the template that does the actual render of the form" means. I am using a custom prefill service, which is written in Java and packaged up in an OSGi bundle. The data to prefill the form are returned from the getDataXMLForDataRef method defined in the DataXMLProvider interface. The code you've provided looks like it's from a JSP. Where would I put this JSP in CRX-DE Lite? Does it get called before or af...

Views

1.8K

Likes

0

Replies

0
Re: Fetch Data from CRX and display it on Adaptive Form - Adobe Experience Manager 08-06-2018
Filling from CRX is relatively easy using the dataRef parameter:http://localhost:4502/content/forms/af/xml.html?wcmmode=disabled&dataRef=crx:///tmp/fd/af/myassets/sample.xmlYou need to make sure your crx payload data matches the schema / mappings of your adaptive form though.Adobe Experience Manager Help | Prefill adaptive form fields

Views

1.3K

Likes

0

Replies

0
Re: Using schema to create an Adaptive Form - Adobe Experience Manager Forms 23-01-2018
Hi,It worked as expected when I uploaded the schema-files to AEM.RegardsTommy

Views

3.2K

Likes

0

Replies

0
Re: AEM JCR Data Encryption - Adobe Experience Manager 09-01-2019
When implementing forms solutions we use the JCR purely as an intermediary location for data we need to move around or reverse replicate. If you are collecting PII inside your forms, you need to take a direct to DB approach. Specifically the SubmitDataService. You can implement custom code to ensure your data is sent to an encrypted data source. This also makes reporting and extraction easier for the enterprise. Adobe Experience Manager Help | Custom storage for drafts and submissions component

Views

2.2K

Like

1

Replies

0
Re: AEM forms jee installation - Adobe Experience Manager 30-11-2017
(open a new question for anything else you need)You need to 'white list' the domain you will be using to access this machine or what is referred to as the referring URLs. In Administration Console, click Settings > User Management > Configuration > Configure Allowed Referer URL’s. The Allowed Referer list appears at the bottom of the page.To add an allowed referer:Type a host name or IP address in the Allowed Referers box. To add more than one allowed referer at a time, type each host name or IP...

Views

1.1K

Like

1

Replies

0