Autoresponder integration exists for the sole purpose of getting your attendee from the WebinarJam interface into your regular autoresponder. It’s a simple co-registration process. Here’s how to set it up.
I. How To Create A List in iContact
1. Click on Contacts at the top.
2. Under My Lists, click on ‘Create a list’.
3. Enter a name for your list.
4. Click the Save button.
II. How To Create A Sign Up Form
1. Click on Contacts at the top.
2. Under Add Contacts, click on ‘Sign-up Forms’.
3. Click the Create HTML Form button.
4. On the styles page, simply click the Next button.
5. Enter a name for your form.
6. Make sure you check the name of your list to add contacts to.
7. Check the box for First Name and Email fields.
8. To collect the phone number of your registrants, check the box for Phone on the same page.
9. Click on the Save button.
III. How To Integrate iContact with Webinar Jam
1. Edit your webinar, and open the Integrations tab & check the box for ‘Add registrants to my mailing list’.
2. Select iContact.
3. Back in iContact, click on Contacts at the top.
4. Under Add Contacts, click on ‘Sign-up Forms’.
5. Click on View HTML for your form.
6. The code you need is in the Manual Sign-up Form section. Copy that code, and paste it into
a text editor like Notepad or TextEdit.
7. You only need to copy the code between (and including) these two lines:
<form method=”post” action=”https://app.icontact.com/icp/signup.php” name=”icpsignup” id=”icpsignup511″ accept-charset=”UTF-8″ onsubmit=”return verifyRequired511();” >
…
</form>
Copy that, including the <form> and </form> tags, and paste them into WebinarJam.
8. If you’re collecting the phone number as well, make sure you enter the name of the phone
field in the textbox. To find that in your code, look for this line:
<input type=”text” name=”fields_phone“>
Notice this part:
name=”fields_phone”
Enter fields_phone in the text box.
Save the module and publish your webinar!