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: What is first? 'Document ready' or guideBridge.connect() ? - Adobe Experience Manager Forms 14-04-2016
Hi Urs,> do an ajax call during initialization of the component (using jquery) ?You can initialize your component using a custom widget/appearance as mentioned in [1].> use the result of the ajax call to do DOM manipulations (using jquery) and update the value of guide fieldsYou can achieve that by prepopulating the form fields by passing a dataRef parameter[2]Manipulating component DOM in connect can lead to some errors later on, because the Adaptive Form might have attached some listeners on t...

Views

845

Likes

0

Replies

0
Re: EDIT RULES in AEM6.1 - Adobe Experience Manager Forms 14-04-2016
Hi Praveen,Rule Editor Functionality [1] is available in AEM Forms 6.1 Feature Pack 1 release [2][1] https://helpx.adobe.com/aem-forms/6-1/rule-editor.html[2] https://helpx.adobe.com/aem-forms/6-1/whats-new-fp1.html RegardsVarun Dua

Views

3.7K

Likes

0

Replies

4
Re: Components under Adaptive Form is not working - Adobe Experience Manager Forms 17-02-2016
Hi Kirthi, Adaptive Form components are supposed to work only in an Adaptive Form. They will not work in sites. RegardsVarun Dua

Views

603

Likes

0

Replies

0
Re: How to add image attachments to HTML5 form using JavaScript - Adobe Experience Manager Forms 09-02-2016
No,importDataObject API is not supported on event.target object and the same is true for other APIs that you have used in your code. So I regret to say but your code will not work in HTML preview.RegardsVarun

Views

1.2K

Likes

0

Replies

0
Re: How to return a value from submit action and use it in the redirect page? - Adobe Experience Manager Forms 09-02-2016
Hi Urs,From the documentation[1]After performing the required action, the Submit servlet forwards the request to the forward path. An action uses the setForwardPath API to set the forward path in the Guide Submit servlet. If the action doesn't provide a forward path, the Submit servlet redirects the browser using the Redirect URL. The author configures the Redirect URL using the Thank You Page configuration in the Adaptive Form Edit dialog. You can also configure the Redirect URL through the Sub...

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
Re: How to force browser to display pdf form only whether it supports or not? - Adobe Experience Manager Forms 15-10-2015
Instead of the html extension, you can try .pdf extension to show the pdf file. i.e. try changing the URL tohttp://:/content/xfaforms/profiles/default.pdf?contentRoot=crx:///content/dam/formsanddocuments/FordeForm&template=ESC101NK.xdp&dataRef=crx:///content/dam/fordeform/contractData.xml

Views

665

Likes

0

Replies

0
Re: AEM Forms template jquery error on radio button click - Adobe Experience Manager Forms 15-10-2015
Hi Dale,Yes it is a known issue, adding jQuery in Templates brings in some weird problems. And FYI, we bundle jQuery 1.8.0 in our Adaptive Form.RegardsVarun Dua

Views

1.2K

Like

1

Replies

0
Re: AEM Forms template jquery error on radio button click - Adobe Experience Manager Forms 15-10-2015
Hi Dale,Thanks for providing the information, it will be difficult to debug this issue without reproducing the issue that you are facing . Will it be possible for you to tell the steps that might help us reproduce the issue at our end ?Apart from that I would like to know few extra things from you1. Whether you have written any scripts on the change event of radiobutton in xfa ?2. Whether there is any difference in the properties of radio button in demo1 and radio button in demo2 ? Mainly, Bind ...

Views

1.1K

Likes

0

Replies

0
Re: AEM Forms Tabbed Enrollment Template Bug(s)? - Adobe Experience Manager Forms 15-10-2015
Also you can check the logs in your browser in xfa based forms and see if there is any error1. Navigate to http://:/system/console/configMgr2. Search for Html Library manager and click edit (pencil icon next to library manager)3. Select the check box which says Debug Console4. In the next field (which says Debug Init Script) select add the script window.AF_log_config="a7-b7-c7-d7". 5. The final value in the field should be window.CQ_initial_log_level='INFO';window.AF_log_config="a7-b7-c7-d7"To u...

Views

1.1K

Likes

0

Replies

0
Likes given to