Form submission functionality in AEM 6.5 | Community
Skip to main content
New Participant
May 19, 2021
Solved

Form submission functionality in AEM 6.5

  • May 19, 2021
  • 1 reply
  • 1528 views

Hi Team,

 

I want to add form submission functionality to the below given component, I have used Form Container Text (core/wcm/components/form/text/v2/text) as First Name and Button (core/wcm/components/form/button/v2/button) as submit

Now, I want to add values in the fields and store these values to give it complete form submission functionality. Plz suggest how to do that in AEM.

Do I need to configure database for that?? If yes, plz suggest which one to use and how to setup.

 

 

Thanks,

Heena

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 Ankur_Khare

Hi,

 

So on form submission what you want to do with that data is completely depends on your requirement, you hav multiple options-

1. You can store it in db

2. You can send the data to 3rd party

 

There are multiple options but it depends on your requirement..

1 reply

Ankur_Khare
Ankur_KhareAccepted solution
New Participant
May 19, 2021

Hi,

 

So on form submission what you want to do with that data is completely depends on your requirement, you hav multiple options-

1. You can store it in db

2. You can send the data to 3rd party

 

There are multiple options but it depends on your requirement..

Heena91Author
New Participant
May 19, 2021

Hi @ankur_khare

 

I Need to store data in database as of now. I followed the video for the same (https://www.youtube.com/watch?v=XGVJLbgo8lU). However, I was not able to find the database integration option in my Forms section in AEM. Do I need any extra plugin/package for that??

 

 

Thanks