I’m having a hard time figuring out how to use constant contact and the USER module together to allow subscription to a mailing list. can you have a look at the code and let me know your thoughts? The constant contact documentation is really really lacking. (Also, feature request, ability to select more then one mailing list with checkboxes on the signup form)
USER code works fine
Constant Contact stuff doesnt seem to work. Did I screw up with the options section? Also attached is a screenshot of my settings.
{exp:user:register form_name="register_member" form_id="register_member" return="account/register_confirmation"}
<h2>Steps to accessing CTHMIS.com</h2>
<ol>
<li>Fill out the below form and click the "Request Access" button</li>
<li>Allow 1 business day for us to review and activate your account</li>
<li><a href="{path="account"}"Login</a>Using the link on the left menu, and you will be able to access restricted downloads and pages</li>
</ol>
<h4>Basic Information</h4>
<p>
<strong>Provide Your Email:*</strong><br />
Your email must be correct in order for your account to be valid<br />
<input type="text" name="username" value="" size="30"/>
</p>
<p>
<strong>Full Name:*</strong><br />
<input type="text" name="screen_name" value="" size="30"/>
</p>
<p>
Job Title:<br />
<input type="text" name="member_title" value="" size="30"/>
</p>
<p>
<strong>What CoC do you belong to?*</strong><br />
<input type="text" name="coc_membership" value="" size="30"/>
</p>
<p>
Subscribe to the SWCT HMIS mailing List?*<br />
<select size="1" name="mailinglist_subscribe" title="SWCT HMIS">
<option value="Yes">Yes</option>
<option value="No">No</option>
</select>
</p>
<h4>Choose a Password</h4>
<p>
<strong>New Password:</strong><br />
<input type="password" name="password" value="" />
</p>
<p>
<strong>Confirm Password Again:</strong><br />
<input type="password" name="password_confirm" value="" />
</p>
<input type="submit" value="Request Access" />
</p>
{/exp:user:register}
