Community Support Forums — WordPress® ( Users Helping Users ) — 2011-09-06T13:43:14-05:00 http://www.primothemes.com/forums/feed.php?f=36&t=14827 2011-09-06T13:43:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14827&p=34108#p34108 <![CDATA[Re: Template tag for Pro Forms]]> Statistics: Posted by 21inspired — September 6th, 2011, 1:43 pm


]]>
2011-09-06T13:36:59-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14827&p=34105#p34105 <![CDATA[Re: Template tag for Pro Forms]]> Thanks for the excellent question.

Yes, you can use this function, and just pass it an array of Shortcode Attributes.
Code:
<?php
$attr 
= array("level" => "1", "ra" => "24.95"); // Any Shortcode Attribute you like.
echo c_ws_plugin__s2member_pro_paypal_form::sc_paypal_form($attr));
?>
For a full list of Shortcode Attributes, please check your Dashboard, under:
s2Member -> PayPal Pro Forms -> Shortcode Attributes (Explained).

Also see docs here: viewtopic.php?f=40&t=12764&src_doc_v=110815

Statistics: Posted by Jason Caldwell — September 6th, 2011, 1:36 pm


]]>
2011-09-02T14:43:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=14827&p=33761#p33761 <![CDATA[Load pro-form via PHP]]> Statistics: Posted by 21inspired — September 2nd, 2011, 2:43 pm


]]>