A. To setup a capture page to use a specific autoresponder series (contact group), you will need to do 3 steps in the following order. If you already have a contact group with autoresponder messages, you can skip to step 3.
STEP 1 Create a new contact group.
STEP 2Add an autoresponder message (or series of messages) to the contact group.
STEP 3Assign a capture page to the new contact group.
*Now, whenever a contact fills out the form on that capture page they will be assigned to the new contact group (autoresponder series) that you created.
*NOTE: If you cannot find the page under "Edit Pages" then go to pages and edit the page there, assigning it to the contact group.
IF YOU PREFER FOR US TO DO THIS FOR YOU, PLEASE OPEN A SUPPORT REQUEST ASKING US TO SETUP THE CONTACT GROUP AND BE SURE TO INCLUDE THE TITLE OF THE CONTACT GROUP AND THE URL OF THE CAPTURE PAGE YOU WANT US TO ASSIGN TO THE CONTACT GROUP.
A. Content groups allow you to group your capture pages, banners, and email templates into groups so it is easier to manage. Different groups can be different programs, different languages, ect.
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.