Hello,
Is there a way i can customise the fields/ field labels, center align the title etc in this window?
Also, when i tested with an email address, i did not receive any email. I'm i missing something?
Any best practice around this would help. Thanks in advance.
Solved! Go to Solution.
Prinu, firstly the fields are locked in by Marketo and are the only one's available (not editable either), the aim is that it's meant to be quick and easy. I think I have a solution for to center the text though, in your Email Template add this style:
<style type="text/css">
.ftf_toggleSwitch { text-align: center; }
</style>
This will center the Forward to a Friend message, see my test:
Only the email address in the Email section will receive the email. The Forward to a Friend feature only works on real email sends not Sample Sends.
Full document on the feature here: 'Forward to a Friend Link' in Emails - Marketo Docs - Product Docs
Prinu, firstly the fields are locked in by Marketo and are the only one's available (not editable either), the aim is that it's meant to be quick and easy. I think I have a solution for to center the text though, in your Email Template add this style:
<style type="text/css">
.ftf_toggleSwitch { text-align: center; }
</style>
This will center the Forward to a Friend message, see my test:
Only the email address in the Email section will receive the email. The Forward to a Friend feature only works on real email sends not Sample Sends.
Full document on the feature here: 'Forward to a Friend Link' in Emails - Marketo Docs - Product Docs
Prinu, you might be interested in our ShareMaker service, which as one if its features allows you to use any Marketo form as your F2F form. As Frank points out, the customization options for the built-in form are limited (although you can tweak a bit using advanced CSS).
Thanks for sharing the link. I will take a look at it in future though.
Awesome! Thanks much Frank. That helps.