Best Options available for creating Surveys in AEM | Community
Skip to main content
richac96395021
Level 4
November 10, 2017
Solved

Best Options available for creating Surveys in AEM

  • November 10, 2017
  • 2 replies
  • 4475 views

Hi Team,

We are Building Surveys within AEM 6.1, I wanted to know the best approach in building same. Following are the options we have considered:-

1. AEM Forms [Constraint:- A separate license needs to be purchased to avail entire AEM Forms features].

2. Built in AEM Foundation Form Components [Constraint:- The foundation component are built using .jsps and my requirement is to built in sightly].

3. Custom Form Components [Constraint:- Currently We are building this from scratch and not overriding foundation components].

Please let me know your suggestions on above points and also any other better approach in building Surveys in AEM 6.1.

with regards,

Richa Chaubey

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 edubey

I am not sure if you, but do look at AEM Core Forms Component at

aem-core-wcm-components/content/src/content/jcr_root/apps/core/wcm/components/form/container/v1/container at master · Ad…

Form Container Component

Those are built on Touch UI with Sightly.

Thanks

2 replies

smacdonald2008
Level 10
November 10, 2017

Build a custom one - see this example where we show you how to build a Quiz component -- Scott's Digital Community: Developing a custom Adobe Experience Manager Quiz Component

DO not use Form component for this - bad approach!

edubey
edubeyAccepted solution
Level 10
November 11, 2017

I am not sure if you, but do look at AEM Core Forms Component at

aem-core-wcm-components/content/src/content/jcr_root/apps/core/wcm/components/form/container/v1/container at master · Ad…

Form Container Component

Those are built on Touch UI with Sightly.

Thanks