Abillity to move forward to a friend box | Community
Skip to main content
Amber_Hobson
New Participant
March 19, 2013
Duplicate

Abillity to move forward to a friend box

  • March 19, 2013
  • 2 replies
  • 1234 views
I would love to have the ability to move the forward to a friend box that pops up after you have clicked on the link. It covers up our headers right now so we have to make sure we include special coding when we create our templates to account for this. I'd love to be able to specificy that I want the box to pop up to the side of the email that they see. This way they can see exactly what they are forwarding without any of the form fields getting in the way.

2 replies

New Participant
February 24, 2020
No text available
March 20, 2013
There is a collapse link in the box.  Is it still in the way?



Additionally, you can add CSS to your email to modify the box.  Such as:

<style>
#forwardtoFriendDropDown {position: absolute; right: 10px;}
</style>

Does this help?