AEM OOTB Form Component and AJAX Submission | Community
Skip to main content
rsoegito
September 4, 2017
Solved

AEM OOTB Form Component and AJAX Submission

  • September 4, 2017
  • 1 reply
  • 1295 views

I'm evaluating AEM 6.2 OOTB forms component to build a Newsletter signup form with AJAX submission, this is not AEM Forms that is licensed separately.

https://docs.adobe.com/docs/en/aem/6-2/develop/components/developing-forms.html

I'm also planning to use AEM OOTB form builder to create multiple forms in the future. I'd rather use this form builder to build multiple forms (with custom actions) rather than creating new form component from scratch every time or paying for AEM Forms license.

I have not used this component previously, can someone advise on the following:

  1. Can I make the form submit request via AJAX and capture response from the server side / API (asynchronous)?
  2. Is there limitation in terms of styling capability?
  3. Any other limitations / gotchas that I should be aware of?

Would love to hear some advices on this, would be great if someone can share some implementations as well.

FYI, I'm using AEM 6.2 SP1 and will be upgrading to 6.3 in the near future

Thank you!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Please have a look at this helpx article covering your use-case:- Adobe Experience Manager Help | Submitting Adobe Experience Manager form data to Java Sling Servlets

//Submitting Adobe Experience Manager form data to Java Sling Servlets

~kautuk

1 reply

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
September 4, 2017

Please have a look at this helpx article covering your use-case:- Adobe Experience Manager Help | Submitting Adobe Experience Manager form data to Java Sling Servlets

//Submitting Adobe Experience Manager form data to Java Sling Servlets

~kautuk

Kautuk Sahni