• Andi Butterworth 9
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hello. My users would like to be able to make edits to the text of emails created from a VisualForce template before they send them. I notice that this works with messaging:plainTextEmailBody - after the user selects the template, the email will render onscreen and allow editing. Any changes made will be sent in the email. However if you switch the tag to messaging:HTMLEmailBody, or also if you are editing an HTML email, that doesn't occur. Instead, it seems like it is possible to edit the text, but when the email is sent the edits do not get sent, only the original text from the email. Is there a workaround or a fix for this? I have read a post about setting contentEditable="true", but I have not been able to get that to work. 

Thanks for any help. 
Hello. My users would like to be able to make edits to the text of emails created from a VisualForce template before they send them. I notice that this works with messaging:plainTextEmailBody - after the user selects the template, the email will render onscreen and allow editing. Any changes made will be sent in the email. However if you switch the tag to messaging:HTMLEmailBody, or also if you are editing an HTML email, that doesn't occur. Instead, it seems like it is possible to edit the text, but when the email is sent the edits do not get sent, only the original text from the email. Is there a workaround or a fix for this? I have read a post about setting contentEditable="true", but I have not been able to get that to work. 

Thanks for any help.