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
Zahir Basith 4Zahir Basith 4 

getting customer input through email

Dear Salesforce experts ... I have a requirement ... When a new lead is created, salesforce should send out an email to the new lead, body of the email should have some checkboxes (for setting marketing/GDPR based preferences) when they reply aftering selecting some preferences that should update the respective lead. 
Now let me tell you about the solution i came up with .. I am not sure if this is possible though... I created a visualforce email template with some checkboxes using html and my idea is to have a submit button on the template itself. when the user hit submit it should call a remote javascript and call apex method in apex controller... I am not sure if this would work since email is outside salesforce. Please help me with a simple solution if you think this would not work ... also i have some css not working issues in IE as well with my VF email template.