You need to sign in to do that
Don't have an account?
EIE50
How to achieve this functionality using salesforce?
Hi,
I would like to implement Feedback functionality to my Site / Portal. All i would like to achieve is, when a user clicks on the feedback link, Microsoft outlook should open with an To address pre-populated. How could this be achieved using salesforce? Any pointers are appreciated on the same.
Thanks.
Isn't that nothing more that putting an href tag in the generated HTML with a "mailto:" URL?
.....
..... boatload of <apex:tags>
.....
To provide feedback <a href="mailto:feedback@myorg.com">send us a message</a>
.....
..... what even other VF you want, etc.
.....
Or am I not understanding your question?
All Answers
Isn't that nothing more that putting an href tag in the generated HTML with a "mailto:" URL?
.....
..... boatload of <apex:tags>
.....
To provide feedback <a href="mailto:feedback@myorg.com">send us a message</a>
.....
..... what even other VF you want, etc.
.....
Or am I not understanding your question?
Thanks Steve, now i realize how dumb i ve become :) . This is really crazy stuff!!!
Can I add functionality to this link to prepopulate the body of the email with a template id from salesforce?