Retrieving form data from DPS 2015? | Community
Skip to main content
November 2, 2015
Solved

Retrieving form data from DPS 2015?

  • November 2, 2015
  • 2 replies
  • 892 views

I have a registration form with few fields like name, email id etc and a submit button.

Here are the few questions regarding this:

  1.Can I create a form with fields(name,email id) in DPS 2015.

  2. If yes,  How can we retrieve the data from the form after submitting. Is there any  API to retrieve the form data from DPS 2015?

  3. Where do we store the data? Can it be stored in AEM or DPS?

Appreciate your suggestions and help.

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 Neil_Enns_-_Ado

Hi Kalyan,

There is nothing built into DPS for this, however you can use HTML articles to get this functionality. You'll need to write the JavaScript to handle items #2 and #3. It's up to you to decide where you want to store the collected information. Typically it will get sent via a webservice back to a site or database you manage.

Neil

2 replies

Neil_Enns_-_Ado
Adobe Employee
Neil_Enns_-_AdoAdobe EmployeeAccepted solution
Adobe Employee
November 2, 2015

Hi Kalyan,

There is nothing built into DPS for this, however you can use HTML articles to get this functionality. You'll need to write the JavaScript to handle items #2 and #3. It's up to you to decide where you want to store the collected information. Typically it will get sent via a webservice back to a site or database you manage.

Neil

November 3, 2015

Thanks Neil for your quick reply. One more question.Can we implement login and logout functionality in DPS 2015?

For Example:

  If I have form with Username and Password fields. Once the user logged in successfully, I want to display the content(articles and collections etc). Can we achieve this   in DPS.

Thanks,

Kalyan.