Im currently trying out aMember 3.0.1 beta and I wanted to know how to open the payment window in a new window. How do I make the payment processing form open in a new window on member.php? Thanks
edit amember/templates/member.html and replace <form method="post" name="subs" action="{$smarty.server.PHP_SELF}"> to <form method="post" name="subs" action="{$smarty.server.PHP_SELF}" target=_blank>