In my current project which is in AEMasCS , we have a requirement to create simple form with few fields.
Can I achieve this with out AEM Forms as a Cloud Service. Just by using custom ( or core components) text fields and textarea?
What will be the possible challenges ?
Thanks in Advance ,
TJ
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @testUserMe
Yes, you can definitely achieve a simple form with a few fields in AEM as a Cloud Service (AEMaaS) without AEM Forms. You can build this form using custom components or core components like text fields and textareas. Here's a breakdown of what you can do
Using Core Components:
AEM provides core components out-of-the-box that you can leverage to build your form. These include:
By combining these core components with basic layouts and data mapping, you can create a simple form for users to interact with.
Possible Challenges:
Here are some additional points to consider:
Overall, for a simple form with a few fields, you can achieve your requirement using core components or custom components in AEMaaS without AEM Forms. However, if your forms become more complex in the future, you might want to consider AEM Forms for its advanced features.
Thanks
@testUserMe you don't AEM FORMS, you can use AEM Forms core components to achieve it.. please find below links
https://github.com/adobe/aem-core-forms-components
https://www.google.com/amp/s/www.aemcomponents.dev/content/core-components-examples/library.amp.html
Thanks @Shashi_Mulugu for the input
Hi @testUserMe , Yes you can create simple forms without using AEM Forms, refer below on how to use and create simple Aem forms using OOTB form components.
Hi @testUserMe
Yes, you can definitely achieve a simple form with a few fields in AEM as a Cloud Service (AEMaaS) without AEM Forms. You can build this form using custom components or core components like text fields and textareas. Here's a breakdown of what you can do
Using Core Components:
AEM provides core components out-of-the-box that you can leverage to build your form. These include:
By combining these core components with basic layouts and data mapping, you can create a simple form for users to interact with.
Possible Challenges:
Here are some additional points to consider:
Overall, for a simple form with a few fields, you can achieve your requirement using core components or custom components in AEMaaS without AEM Forms. However, if your forms become more complex in the future, you might want to consider AEM Forms for its advanced features.
Thanks
Hi @testUserMe
Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.