AEM4BEGINNER blog is for Beginners who are interested in learning Adobe Experience Manager (AEM) aka Adobe CQ5 from basics. The Information provided in this blog is for learning and testing purposes only. Here, I have posted the information which I know or gathered from different sources.
You can create an Adobe Experience Manager (AEM) 6 form and submit the data to a custom AEM service. Customer service can process the data to meet your business requirements. For example, you can store the data in a database or send the data within an email message. However, to keep this article simple, the custom AEM service writes the posted data to the AEM log file. An AEM 6 form can be consumed in a mobile device or a web browser running on a desktop. For example, consider a mobile user filling out the following AEM 6 form on an IPad device.
When the user clicks the Submit button, the form data is submitted to an AEM Sling Servlet. Once the data reaches the Sling Servlet, you can process the mobile data to meet your business requirements. For example, you can store it in a relational database, store it in the AEM JCR, or pass it to an AEM Workflow (just to give a few examples).
No comments:
Post a Comment
If you have any doubts or questions, please let us know.