AEM form component Action Type | Community
Skip to main content
New Participant
September 15, 2020
Solved

AEM form component Action Type

  • September 15, 2020
  • 1 reply
  • 1382 views

Is there any document that we can refer to as to what different action types mean and how to use them? Currently, we only know to use "Mail". We are hoping to see if it's possible to pass the data without an email. 

 

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 Vijayalakshmi_S

Hi @yguo,

Please refer below documentation for available action types as part of form container component.

https://docs.adobe.com/content/help/en/experience-manager-core-components/using/components/forms/form-container.html#form-container-component_general-settings

Apart from Mail, Store Content is used to save the form data in the repo path (can be configured in dialog)

1 reply

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
New Participant
September 15, 2020

Hi @yguo,

Please refer below documentation for available action types as part of form container component.

https://docs.adobe.com/content/help/en/experience-manager-core-components/using/components/forms/form-container.html#form-container-component_general-settings

Apart from Mail, Store Content is used to save the form data in the repo path (can be configured in dialog)

yguoAuthor
New Participant
September 15, 2020
Thank you so much for your quick response! Is there any OOTB workflow available for the stored content to be payload upon submission? The View Data only provided the raw data. Is there a way to export it to be a readable one?