I need to write code in a button that takes some fields from a form and creates an email for the user. Some of the data in the fields will be added to the body of the email, and some attachments. I need to present the email to the user in the UI.
I have coded this and it works but if the user has a signature it always ends up at the top of the body.
Is there a way to program around this?
Bryan