


Can someone point me to a quick guide how to create a simple AEM6.2 form using standard Adaptive Form (or just Form) component ?
How to define an email address where the submitted forms go to ? How to manage a form submission confirmation (email message to a person who has submitted a form) ?
All the info I am able to google is not clear and confusing. Lots of articles refer to AEM Forms 6.2 package that we are not using.
Please help.
Views
Replies
Sign in to like this content
Total Likes
Hi
Please have a look at this Helpx link:- https://helpx.adobe.com/aem-forms/6/help-tutorials.html
// This kind of Getting started with AEM Forms.
But if you are not using it, then i would suggest you to simply create a HTML form:
Like done in these Helpx article:- https://helpx.adobe.com/experience-manager/using/restful-services.html Or https://helpx.adobe.com/experience-manager/using/jackrabbit-users.html
Thanks and Regards
Kautuk Sahni
Views
Replies
Sign in to like this content
Total Likes
In this article - we create a basic adaptive form:
https://helpx.adobe.com/experience-manager/using/posting-aem-6-form-data.html
It very easy via drag and drop of controls. Basically - this is the procedure:
To create an adaptive form with the four fields specified in this section, perform these steps:
Views
Replies
Sign in to like this content
Total Likes
@smacdonald2008, @kautuksahni,
Thanks guys.
Looks like your suggestions require some workarounds with Java classes (Eclipse/Maven tools usage) and advanced AEM Development knowledge/skills.
Is there any way to get by creating bundles and build a simple functional form (that sends emails) having just a CRX/DE access ?
Thank you.
Views
Replies
Sign in to like this content
Total Likes
I think one of the Adaptive form's submit action is to send an email without coding Java in an OSGi bundle.
See this article:
https://helpx.adobe.com/aem-forms/6/custom-submit-action-form.html
I hope this helps....
Views
Replies
Sign in to like this content
Total Likes