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

James_R_Green
James_R_Green
Offline

Badges

Badges
29

Accepted Solutions

Accepted Solutions
47

Likes Received

Likes Received
53

Posts

Posts
193

Discussions

Discussions
40

Questions

Questions
153

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by James_R_Green
Customize the badges you want to showcase on your profile
Re: how could I add a message that appear when you open the form - Adobe Experience Manager Forms 27-12-2018
Have you tried inserting \nIt may insert a new line character.E.g."Abc def" "Abc\n def"

Views

1.5K

Likes

0

Replies

0
Re: Form submission dataXml Schema - Adobe Experience Manager Forms 19-12-2018
Hi Mayank,No that is fine.I will accept the answer above - thanks for your help!Thanks, Jim

Views

1.4K

Likes

0

Replies

0
Granite.author.ui.assetFinder - Customization - Adobe Experience Manager 13-12-2018
Hi,I have created a custom assetFinder based on OOTB functionality. Which works just fine.However, I would like to remove one or two of the OOTB assetFinder options (as my custom assetFinder is an enhancement to one of the OOTB assetFinders)For reference the asset finder options i am referring too are shown here:Is this possible?I have managed to doing this in my custom asset finder code, by first deleting the OOTB assetFinders from the registry:delete author.ui.assetFinder.registry["Content Fra...

Views

854

Likes

0

Replies

1
Form submission dataXml Schema - Adobe Experience Manager Forms 07-12-2018
Hi,Is there a schema (XSD) for the dataXml received from an AEM Form submission? I would like to validate the data coming through against a schema before using it. I could create a schema myself, but if one already exists it would save me the effort.Thanks,Jim

Views

1.6K

Likes

0

Replies

3
Re: AEM Forms 6.3 - Serverside validation failure - Adobe Experience Manager Forms 07-12-2018
Hi,FYI I have re-implemented the revalidation of the JS in my own service instead so that we can debug it. I think that the documentation would be useful for others looking to use the server side validation feature, it is too much of a black box at the moment.Thanks,Jim

Views

6.7K

Likes

0

Replies

0
Re: AEM Forms 6.3 - Serverside validation failure - Adobe Experience Manager Forms 06-12-2018
smacdonald2008 Guidebridge documentation is actually really good and works just fine on the front end. The documentation for the server side re-validation on the other hand is something I haven't been able to find

Views

6.7K

Likes

0

Replies

1
Re: AEM Forms 6.3 - Serverside validation failure - Adobe Experience Manager Forms 05-12-2018
Hi,I will start with my questions as there is a lot of information below. Questions:1) Is it possible to re-validate on the server when the validation routine uses the guideBridge?If so:2) Is af.customwidgets included in the JS scripts used for server side validation?3) Is guideRuntime included in the JS scripts used for server side validation?4) Please can some documentation for the backend validation be made public (or preferably the code)? I might have to re-implement this otherwise which wil...

Views

6.7K

Likes

0

Replies

2
Re: AEM Forms 6.3 - Serverside validation failure - Adobe Experience Manager Forms 04-12-2018
Just found this which might help, I will try it out tomorrow:Debugging Server Side JavaScript

Views

6.7K

Likes

0

Replies

4
Re: AEM Forms 6.3 - Serverside validation failure - Adobe Experience Manager Forms 04-12-2018
Also note that there appears to be no guideError or guideErrorList passed back on the request.

Views

6.7K

Likes

0

Replies

5
AEM Forms 6.3 - Serverside validation failure - Adobe Experience Manager Forms 04-12-2018
Hi,I am using the revalidate on server functionality on my form.The JS I am using on the frontend passes validation and submits, but the serverside revalidation fails. This is happening on my publish instance running locally.I can see from the log below that the error is in GuideSubmitServlet, but I cannot get any more information about what is failing, I assume there is something that the GuideSubmitServlet doesn't like in my JS (?).* Is there anyway to debug this further/ get extra information...

Views

7.2K

Likes

0

Replies

9