A. Yes, you can. In order to use Authorize.net it will
require an SSL certificate which you must buy
You can purchase this certificate from us...
View our Price List <
Click here >
A. There are many ways to do that depending on the setup in your software,
and also if you are paying commissions or not, or if your software is free.
For example, they could send them to a capture page which redirects to the join page.
They could send them directly to the page with the payment button.
If the Software would be for free, they could send them directly to the join page.
We would need to know your setup to better know what method works best for you.
A. Default Primary Page
To specify the default primary page add a hidden input with the name of
capturepage. For example:
<input type="hidden" name="capturepage" value="
FILENAME.php">
Default Content Group
There is no way to do this through html. However, you can control what the default content group is when editing membership from /admin/memberships
Alternative: Use PHP
If this does not work for what you are trying to do (exa: You need it specific for a promotion, not a membership), the other way to do it would be to use php code and putting a hook for do-join.php page.
The best hook to use is a special one in the middle of the file.
To do it create a file called
do-join-midhook.php and put the php code for editing the default content group in that file. There is an object for the member called
$member that can be used with the method
setPrimaryCGroup(#) for the primary content group.
A. If an existing Member purchased into a separate membership if they use the same email, then they would cancel their old subscription and would belong to the new membership. If they use a new email and have 2 separate accounts, then they would have 2 separate logins and see separate things in each members area.