Expandir la barra de logros de la comunidad.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

Retrieving form data from DPS 2015?

Avatar

Level 1

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.

1 solución aceptada

Avatar

Respuesta correcta de
Employee

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

Ver la solución en mensaje original publicado

2 Respuestas

Avatar

Respuesta correcta de
Employee

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

Avatar

Level 1

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.