I want to create a custom merge tag that will display the query results from another plugin.
I am looking for a little more insight than what the Docs can provide here (http://www.gravityhelp.com/documentation/page/Gform_custom_merge_tags)
Basically, the other plugin lists favorite posts of the user with the wpfp_list_most_favorited
function. How can I create a merge tag that will call this function and insert the results into a Gravity Forms notification if the form is embedded on a page with the plugin's results?