2015-08-04

Hi,
I am trying to edit the embedded code I got from the Sign-up tools to include a group selection of either radio button or check boxes.
I need people to choose between 3 options... example: I am an  ....  option A,  option B, or option C.
Can anyone help with this?

Here is some of the code and the link to the page it's sitting on:  http://ccthofparamount.com/test-cc-signup/

n   <!--Begin CTCT Sign-Up Form-->
<!-- EFD 1.0.0 [Tue Aug 04 16:53:23 EDT 2015] -->
<link rel='stylesheet' type='text/css' href='https://static.ctctcdn.com/h/contacts-embedded-signup-assets/1.0.2/css/signup-form.css'>
<div class="ctct-embed-signup" style="font: 16px Helvetica Neue, Arial, sans-serif; font: 1rem Helvetica Neue, Arial, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased;">
<div style="color:#5b5b5b; background-color:#e8e8e8; border-radius:5px;">
<span id="success_message" style="display:none;">
<div style="text-align:center;">Thanks for signing up!</div>
</span>
<form data-id="embedded_signup:form" class="ctct-custom-form Form" name="embedded_signup" method="POST" action="https://visitor2.constantcontact.com/api/signup">
<h2 style="margin:0;">Would you like to enter and explore the CCTH Community!</h2>
<p>Enter the form below to gain access to The Country Club Townhomes of Paramount and get the latest news, forms, and contacts.</p>
<!-- The following code must be included to ensure your sign-up form works properly. -->
<input data-id="ca:input" name="ca" value="275bedd5-c188-465a-ada0-1157843e13f3" type="hidden">
<input data-id="list:input" name="list" value="1786791777" type="hidden">
<input data-id="source:input" name="source" value="EFD" type="hidden">
<input data-id="required:input" name="required" value="list,email" type="hidden">
<input data-id="url:input" name="url" value="" type="hidden">
<p data-id="Email Address" ><label data-id="Email Address:label" data-name="email" class="ctct-form-required">Email Address</label> <input data-id="Email Address:input" name="email" value="" maxlength="80" type="text"></p>
<p data-id="First Name" ><label data-id="First Name:label" data-name="first_name" class="ctct-form-required">First Name</label> <input data-id="First Name:input" name="first_name" value="" maxlength="50" type="text"></p>
<p data-id="Last Name" ><label data-id="Last Name:label" data-name="last_name" class="ctct-form-required">Last Name</label> <input data-id="Last Name:input" name="last_name" value="" maxlength="50" type="text"></p>
<p data-id="Country" ><label data-id="Country:label" data-name="address_country">Select a country</label></p>
<p data-id="Street Address" ><label data-id="Street Address:label" data-name="address_street">Street</label> <input data-id="Street Address:input" name="address_street" value="" maxlength="50" type="text"><label data-id="Unit Address:label" data-name="address_unit">Unit</label> <input data-id="Unit Address:input" name="address_unit" value="" maxlength="6" type="text"></p>
<p data-id="City" ><label data-id="City:label" data-name="address_city">City</label> <input data-id="City:input" name="address_city" value="" maxlength="50" type="text"></p>
<p data-id="State/Province" ><label data-id="State/Province:label" data-name="address_state">Select a state/province</label></p>
<p data-id="Zip Code" ><label data-id="Zip Code:label" data-name="address_postal_code">Zip Code</label> <input data-id="Zip Code:input" name="address_postal_code" value="" maxlength="50" type="text"></p>
<button type="submit" class="Button ctct-button Button--block Button-secondary" data-enabled="enabled">Sign Up</button>
<div><p class="ctct-form-footer">By submitting this form, you are granting: Country Club Townhomes of Paramount - CCTH, http://ccthofparamount.com permission to email you. You may unsubscribe via the link found at the bottom of every email.  (See our <a href="http://www.constantcontact.com/legal/privacy-statement" target="_blank">Email Privacy Policy</a> for details.) Emails are serviced by Constant Contact.</p></div>
</form>

Show more