Checkbox in registrationform
-
Hoi Danny,
In my signup form i have three groups. people must signup to one of them.
Example:
– Newsletter
– New arrivals
– Special couponsThe mailchimpcode is:
<div class=”mc-field-group input-group”>
Selecteer- <input type=”checkbox” value=”1″ name=”group[14117][1]” id=”mce-group[14117]-14117-0″><label for=”mce-group[14117]-14117-0″>Nieuwsbrief</label>
- <input type=”checkbox” value=”2″ name=”group[14117][2]” id=”mce-group[14117]-14117-1″><label for=”mce-group[14117]-14117-1″>Nieuwe producten</label>
- <input type=”checkbox” value=”4″ name=”group[14117][4]” id=”mce-group[14117]-14117-2″><label for=”mce-group[14117]-14117-2″>Speciale acties</label>
</div>
How can i add that to your signupform that looks now like this:
<p>
<label for=”mc4wp_f%N%_email”>Email address: </label>
<input type=”email” id=”mc4wp_f%N%_email” name=”email” required placeholder=”Your email address” />
</p>
<p>
<label for=”mc4wp_f%N%_fname”>First name:</label><input type=”text” name=”fname” value=”” placeholder=”Your first name” />
</p>
<p>
<label for=”mc4wp_f%N%_lname”>Last name:</label><input type=”text” name=”lname” value=”” placeholder=”Your last name” />
</p>
<p>
<input type=”submit” value=”Sign up” />
</p>please advice
- The topic ‘Checkbox in registrationform’ is closed to new replies.