Opening in new window

Discussion in 'Templates customization' started by sudn3sc3d, Jun 30, 2006.

  1. sudn3sc3d

    sudn3sc3d Guest

    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
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    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>

Share This Page