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

varundua
varundua
Offline

Badges

Badges
11

Accepted Solutions

Accepted Solutions
10

Likes Received

Likes Received
4

Posts

Posts
32

Discussions

Discussions
10

Questions

Questions
22

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by varundua
Customize the badges you want to showcase on your profile
Re: Guide Submit shorten URL - Adobe Experience Manager Forms 28-11-2017
I think the url below might help URL rewriting (shortened URL)

Views

567

Like

1

Replies

0
Re: AEM 6.2 Form post without an Ajax call - Adobe Experience Manager Forms 30-01-2017
Hi Varun,Thanks for the pointers and reference URL.Regards,-DK

Views

613

Likes

0

Replies

0
Re: Generation of Unique Identifier for Each Form - Adobe Experience Manager Forms 27-01-2017
Are you looking for a unique identifier of the Adaptive Form you're creating or the render and submission of the form?ie: each form rendered to the end user has a unique ID / number?

Views

295

Likes

0

Replies

0
Re: How to cusomize validations on submit action in Adaptive Form - Adobe Experience Manager Forms 07-12-2016
Hi,By using the rule editor, the validation script can be added for individual components as well. You can open the rule editor for the component on which you want to apply the script, or you can also select the required component from the form model tree available in the rule editor. When the submit button is clicked, it runs the validations on every component. If you've written a custom validation script, then that script will also get called.

Views

876

Likes

0

Replies

0
Re: Adaptive forms as a drag and drop component - Adobe Experience Manager Forms 21-11-2016
In 6.2 we have made Adaptive Form component [1] which covers the same use case [1] https://helpx.adobe.com/aem-forms/6-2/embed-adaptive-form-aem-sites.html

Views

912

Likes

0

Replies

0
Re: What is first? 'Document ready' or guideBridge.connect() ? - Adobe Experience Manager Forms 14-04-2016
Hi Varun thanks a lot for your hint. What I am basically doing is (simplified for the example): ... extract of the widget.jsp of my custom component .... <%@include file="/libs/fd/af/components/guidesglobal.jsp" %> <%-- todo: In case of repeatable panels, please change this logic at view layer --%> guideBridge.connect(function (){ var guideFieldName = '${properties["name"]}'; jQuery.ajax({ type: 'GET', url: ... }).done(function (data) { var somExpr = guidelib.runtime[guideFieldName].somExpression; guideBridge.setProperty([somExpr], "value", [data]); }); }) Regards,Urs

Views

697

Likes

0

Replies

0
This widget could not be displayed.
Re: Components under Adaptive Form is not working - Adobe Experience Manager Forms 17-02-2016
Hi Varun, Thanks for your reply.I thought of using this for the submit button and for its action.Is there any other way of achieving the same behavior in sites Thanks,Kirithi

Views

416

Likes

0

Replies

0
Re: How to return a value from submit action and use it in the redirect page? - Adobe Experience Manager Forms 30-07-2018
Thanks Mayank. I would like to use another form as my thank you page. That seems to work, but I can't figure out how to pass data from my first form to the second one.

Views

2.0K

Likes

0

Replies

0
Re: How to add image attachments to HTML5 form using JavaScript - Adobe Experience Manager Forms 18-02-2016
Hi GirishBedekar,Honestly many thanks for providing the package Now, I have to figure out how to make use of this package.We have Adobe LiveCycle ES4 (and we didn't yet apply the latest patch). We don't have AEM yet. Appreciate your help to guide me to import this package in our environment. I asked the person in charge of Adobe LiveCycle and he didn't know exactly how to import the package into CRX. Actually, we don't know what is CRX. We are using Adobe LiveCycle ES4 but we didn't dig too deep...

Views

1.8K

Likes

0

Replies

0
Re: Pre-populating Adaptive Form in Workspace - Adobe Experience Manager Forms 10-12-2015
Hi Darren,New Standard is followed for all the Adaptive Forms. In addition to that for XFA based Adaptive Forms old standard is still followed, but in that case if you have dropped some fields form the sidekick and not from the Data Hierarchy tab, those fields will not be pre-populated. So as an example, if in your XFA based Adaptive Form, you have used only XFA based Fields then the following two XML structures are equivalent for pre-populating......But if you have some fields that are not boun...

Views

750

Likes

0

Replies

0
Likes given to