Hi;
I have an order form that I'd like to put a button on that allows the user to email the order form as an attachment to an email using their default email client. I understand how to do the mailto:...?subject="blah" &body="blah blah"
If there is a way to attach the contents of the current window.document object so that it shows as a file attachment in the email message, that would be perfect. Does anyone have any ideas?
Any help would be greatly appreciated.
I have an order form that I'd like to put a button on that allows the user to email the order form as an attachment to an email using their default email client. I understand how to do the mailto:...?subject="blah" &body="blah blah"
If there is a way to attach the contents of the current window.document object so that it shows as a file attachment in the email message, that would be perfect. Does anyone have any ideas?
Any help would be greatly appreciated.