I know this is probably a long shot from what I've read so far, but is it possible to customize the email that the friend receives after someone forwards it to them via the Fwd to a Friend pop-up form? Would love for it to say something along the lines of "first name thought you would be interested in this email" above the email they receive. Or has anyone thought of any hacks to achieve something like this?
Or being able to edit the actual Fwd to a Friend form would work too, such as the first example here where the person forwarding the email can add a personalized message: Support | Campaign Monitor
Solved! Go to Solution.
You can in fact customize the look and feel of the Forward to Friend form: http://blog.teknkl.com/building-a-better-forward-to-friend-with-velocity/
You can also customize the way fields are passed to Marketo so you'll know that you're sending someone an email at somebody else's request and can add content accordingly.
In short, what you describe can indeed be done using a combo of Velocity and JavaScript.
Hey Jennifer,
This is currently not available OOB. I agree that both the form and header above the forwarded email should be customizable. Would make this functionality actually usable as opposed to being all ghetto like it is.
Sincerely,
Keith Nyberg
"Being all ghetto like it is." hahah, I love it
You can in fact customize the look and feel of the Forward to Friend form: http://blog.teknkl.com/building-a-better-forward-to-friend-with-velocity/
You can also customize the way fields are passed to Marketo so you'll know that you're sending someone an email at somebody else's request and can add content accordingly.
In short, what you describe can indeed be done using a combo of Velocity and JavaScript.
I think I'm going to need to study this velocity coding that I have never heard of before until you mentioned it! I unfortunately know zero JavaScript But hopefully when I get a chance soon, I can test out your code. Thank you!
Sanford Whiteman Thanks for sharing this blog article - this definitely helped me today. Thank you!
This is a a great solution that i've used many times, but as a multi-lingual company i'm wondering if it's possible to change the text found in the buttons. We send French-only emails and while i have all the other copy in the Forward to a Friend form in French, the buttons remain in English--as does the success message.
Looking at the code, the text for the buttons seems baked-in. Can it be changed?
Fortunately, the FtF pop-up doesn't have to change dynamically--the entire email is French so I've set the token up to be French as well. However, I'm wondering *how* to target the buttons. I don't see a variable to call. While I'm quite comfortable in HMTL and CSS, my JS skills are rudimentary (but I'm working to improve that!) and my Velocity knowledge is nill.