Okay here goes, I have a form that I want users to be able to submit online. Once the user hits submit I want the form to be e-mailed to me with all there details. I am okay with this.
My problem is the layout of the e-mail that I recieve. I want not just the information that they enter but the whole form (title, layout etc). I can't just e-mail the form in HTML as my e-mail reader doesn't read HTML. So I thought about populating a word document with what they enter and e-mailing this as an attachment.
So my question is how do I populate a word document with what the user enters on the form and submit this word document as an attachment to an e-mail?
Or a better way to implement a solution.
I really appreciate any help you can give me 🙂