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

Balu_M
Balu_M
Online

Badges

Badges
14

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
7

Posts

Posts
44

Discussions

Discussions
7

Questions

Questions
37

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Balu_M
Customize the badges you want to showcase on your profile
Re: (adaptive forms) I want to customize the built-in Email submit action: How do I do it? - Adobe Experience Manager Forms 03-03-2017
Hi,1. You can find the out of the box email action code under /libs/fd/af/components/guidesubmittype/email2. You can use overlay/override concept to write custom submit action.(URL: https://helpx.adobe.com/aem-forms/6/custom-submit-action-form.html). For sending email use HtmlEmail class .3. Recaptcha : https://helpx.adobe.com/experience-manager/using/aem_recaptcha.html. Thanks,Balu.

Views

3.3K

Likes

0

Replies

0
Re: Adaptive form submission error - Adobe Experience Manager Forms 03-03-2017
Hi, We are placing "data" xml file in slingrequest to enable form field pre-population functionality.https://helpx.adobe.com/aem-forms/6-2/prepopulate-adaptive-form-fields.htmlPlease read "Setting data attribute in slingRequest" section for more details. We have removed this functionality and form submission working for us.One of the reason(I am not sure) for getting this error,during form submission its unable to replace data object already placed in request attribute. so we have implemented th...

Views

2.4K

Likes

0

Replies

0
Adaptive form submission error - Adobe Experience Manager Forms 23-02-2017
We are getting error while submitting adaptive form.how to resolve this issue? i have attached complete error.log file . Client side we are getting popup with below error[AF] [AEM-AF-901-004] Encountered an internal error while submitting the form Error log details:23.02.2017 15:37:52.829 *ERROR* [0:0:0:0:0:0:0:1 [1487844472814] POST /content/forms/af/qr/customer-care/jcr:content/guideContainer.af.internalsubmit.jsp HTTP/1.1] com.adobe.aemds.guide.utils.SubmitDataCollector Unable to create JSON ...

Views

5.9K

Like

1

Replies

5
Email template with html tags - Adobe Experience Manager Forms 09-01-2017
Hi All, How to create email template with html styles in AEM forms,I tried with below code but its displaying html tags on mail content instead of styles i have applied.Hi ${first_name} ${last_name},This is sample template

Views

1.3K

Likes

0

Replies

1
Re: Adaptive forms - visibility/access expressions and mandatory option - Adobe Experience Manager Forms 07-12-2016
Hi Kautuk Sahni,I tried to Mark it as answer but i could not find option, i have posted my question in existing thread.

Views

1.1K

Likes

0

Replies

0
Re: How to use guideBridge.validate([], <some-expression>) ? - Adobe Experience Manager Forms 01-12-2016
Hi Rishi,How can we invoke custom validations on AF fields, I tried to check text field input data is matching email format or not by writing custom method.But if user click on submit button my custom validations not working. How can we invoke our custom validate method and display error messages when user click on submitCan you share any sample code how to call use validate method.My code:window.addEventListener("bridgeInitializeStart", function(evnt) { gb.connect(function (){ gb.on('elementVal...

Views

1.3K

Likes

0

Replies

0
Re: Adaptive forms - visibility/access expressions and mandatory option - Adobe Experience Manager Forms 30-11-2016
Thanks for your reply, its working now.Can you please help me how to skip in-built validations and invoke custom validations when user submitted form.We are using textbox component for email, i am trying to apply email format validations on this filed when user provided data. but when user submitted form these email validations not applying since validate() verifying only field is empty or not. I found validate(); but not sure how to override it.

Views

930

Likes

0

Replies

0
Re: How to cusomize validations on submit action in Adaptive Form - Adobe Experience Manager Forms 29-11-2016
Hi Varundua,If i opt for rule editor its form Level and i can not re-use the validation, I would like to apply validations at component level. So that author can configure it.Is there possibility for component level validations?

Views

1.0K

Likes

0

Replies

0
Re: Adaptive Form Components Customization problem - Adobe Experience Manager Forms 29-11-2016
Thanks Khushwant, I will look into provided links.

Views

1.1K

Likes

0

Replies

0
How to cusomize validations on submit action in Adaptive Form - Adobe Experience Manager Forms 29-11-2016
Hi , i have a requirement customize default error validation on Adaptive Form filed.Problem: We have written custom validation method for email filed with onblur() event, but if user click on Submit method then my form is submitting with out calling my custom function.I want to enable this call when user click on submit button, so that i can verify user data.Can anyone guide me how to achieve this.

Views

2.5K

Likes

0

Replies

4