Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Creating a form

Avatar

Level 2

hi,

i tried to create a submit form, using form OOTB component i created in the front end, but i dont know how to map my java class once if i press submit button, and how to store the value which i am entering in the form, i referred developing with forms and some other adobe document , still not get clear clear idea. can you guys please help me to done this.

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hi,

You need to create a sling servlet to submit the form.

pls follow http://helpx.adobe.com/experience-manager/using/custom-sling-servlets.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

Hi,

You need to create a sling servlet to submit the form.

pls follow http://helpx.adobe.com/experience-manager/using/custom-sling-servlets.html