WordPress Membership Plugin
Yes, its enabled through in the plugin admin.
Hi, thx for the suggestion, but that is the reference I used to set up the sandbox initially. If yoo review my post, the solution is provided, I am just not sure how the edit the paypal button string as I all I see is the short-code.
“To resolve this error:
Find the line displayed below in the HTML code of your PayPal Standard button:
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
Add target=”paypal” to that line, so that it matches the line below:
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”paypal”>
I would but I am not sure how to alter the button created inside the Simple Membership plugin as all I receive is the shortcode.”