function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MarkL.ax269MarkL.ax269 

Visualforce email template - edit before sending

I've got a visualforce email template we use to send detailed information to our clients. However my users would like to be able to type/edit the email body before sending so they can include additional information. Most templates allow this, but the VF template is read only. Is it possible to allow editing before sending? Probably something simple I'm missing. Thanks. Mark
ahab1372ahab1372

I think that works with plaintext VF email templates only. Workaround would be a custom VF where users modify the text in a form and you build the email yourself using a custom controller or extension.