I have a small question to ask. I am working for a project where we have a large form that we have to submit and send the data through email. This form has more than 100 fields.
Here are the things I have done so far for POC.
- Created an adaptive form with a user text box.
- Set the form action “Email Action”
- I created an email template like “Hello ${user}, welcome to aem forms”
It worked. I received the email.
The problem is – for a large form like I mentioned , it’s very tedious to write a template. Is there any way that I can send form data with email ?
I am not looking to use XFA and XDP options.