Question: Is there a way to call the tell_a_friend form outside of a channel entries loop?
Background: I’ve got a design I’m implementing where the designer wants the user to be able to “tell a friend” about the channel as well as being able to “tell a friend” about each channel entry. I’ve got the feature working just fine on the entry level, but on the channel index templates (you are in the blog, or recipes, etc…) the only way I can get it to work is to put the tell_a_friend form in a non-dynamic loop with a limit of 1, and then not include any of the data from that article in the form. If I try to put the tell_a_friend form outside of an entry loop, it always comes up blank.