custom 'Forward to a Friend' feature? | Community
Skip to main content
Prinu_George
New Participant
March 3, 2016
Solved

custom 'Forward to a Friend' feature?

  • March 3, 2016
  • 1 reply
  • 2729 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Frank_Breen2

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

1 reply

Frank_Breen2
Frank_Breen2Accepted solution
New Participant
March 3, 2016

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

SanfordWhiteman
New Participant
March 3, 2016

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).

Prinu_George
New Participant
March 4, 2016

Thanks for sharing the link. I will take a look at it in future though.