create form component using sightly | Community
Skip to main content
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 smacdonald2008

If you are using AEM 6  and want to use forms - why not use Adaptive Forms? 

https://helpx.adobe.com/aem-forms/6/introduction-forms-authoring.html

You can use Adative Forms and post to an OSGi service - then you can process the form data to meet your business requirements:

https://helpx.adobe.com/experience-manager/using/posting-aem-6-form-data.html

Its much better to use Adaptive forms in AEM 6 then trying to create a form component using Sightly. 

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

If you are using AEM 6  and want to use forms - why not use Adaptive Forms? 

https://helpx.adobe.com/aem-forms/6/introduction-forms-authoring.html

You can use Adative Forms and post to an OSGi service - then you can process the form data to meet your business requirements:

https://helpx.adobe.com/experience-manager/using/posting-aem-6-form-data.html

Its much better to use Adaptive forms in AEM 6 then trying to create a form component using Sightly.