AEM form components usage | Community
Skip to main content
New Participant
January 4, 2020

AEM form components usage

  • January 4, 2020
  • 2 replies
  • 4878 views

Hi , We have requirement in our project (6.3)to create a form with fields like singline text, multiline text,selection, submit,reset and captcha along with email action(triggering email after submission). 

Currently we have AEM sites license. And I am able to create adaptive forms in my cq server with above fields without having form license.

Could anyone please let me know do I need separate form license in order to create form with above fields. 

And without the extra license can we acheive the above form requirement with core components or OOTB form components ?

 

Please share your thoughts on this. 

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

2 replies

Mayank_Gandhi
Employee
January 6, 2020

The form container is meant to embed the Adaptive form in sites page. You should not use forms component if you do not have forms license. You can create custom component in AEM sites to achieve the use-case.

https://helpx.adobe.com/experience-manager/using/aem_recaptcha.html

Mayank_Gandhi
Employee
January 6, 2020

Hi There,

 

Yes, you need a forms license to use Adaptive form in production. The current form component that comes along with AEM site is for demo or learning purpose only.

 

Thanks,

Mayank

New Participant
January 6, 2020

Hi @mayank_gandhi Can we reuse & create form from core components ? like captcha field and others can we use it in form container component from core component section ? could you please let me know your thoughts.