Hi all,
I have to design a form where User can fill some details. After he submits the form it should be viewed for final confirmation. If everything is fine, then there should be two options. Save as PDF and Send mail.
if save as pdf -> the submitted page should be saved as a pdf file.
else send mail -> An email should be triggered to two email(one for me and other for customer) with all the filled in details
Could anyone help me out here ??????
Thanks in advance.
I got everything correct upto form submission.