Need help wrt CQ5 form
Hi there,
I have got a requirement which has 2 parts: 1) the form content will be saved into a jcr node, and 2) the form content will be sent out to a specific email address. I have used CQ5 foundation form component in order to implement part 1. In there, I specified the form action type as 'Store Content' and the form content path which is storing the form content right at the location. However, I am facing an issue with part 2. I created a emailServlet class which handles the generic email implementation specific to my project. This class resides in the project's bundle. Now my question is, how I can implement the part 2 using the cq5 form action (type = Mail) to forward it to my email Servlet class. Please let me know how to resolve it. Thanks in advance.