Events Manager integration
-
Hi Danny,
First and foremost; awesome plugin!
The only thing I can’t get to work is an integration with the Events Manager (Pro) plugin. I’ve read a couple of posts on different sites, but these all tell the same thing: add “mc4wp-try-subscribe” to the subscriber checkbox and it will get the e-mail automatically. This doesn’t work in my install tho :(!
Can you please help me out?
The output of the Events Manager form is the following (sorry for the bulk code, I’ve highlighted the added checkbox):
<div class="em-booking-form-details"> <p class="em-tickets-spaces"> <label for="em_tickets">Plaatsen</label> <select name="em_tickets[2][spaces]" class="em-ticket-select" id="em-ticket-spaces-2"> <option selected="selected">1</option> <option>2</option> <option>3</option> </select> </p> <p class="input-name input-user-field"> <label for="user_name">Naam <span class="em-form-required">*</span></label> <input type="text" name="user_name" id="user_name" class="input" value=""> </p> <p class="input-user_email input-user-field"> <label for="user_email">Email <span class="em-form-required">*</span></label> <input type="text" name="user_email" id="user_email" class="input" value=""> </p> <p class="input-group input-text input-field-bedrijf"> <label for="bedrijf">Bedrijf <span class="em-form-required">*</span></label> <input type="text" name="bedrijf" id="bedrijf" class="input" value=""> </p> <p class="input-group input-textarea input-field-booking_comment"> <label for="booking_comment">Aanvulling</label> <textarea name="booking_comment" id="booking_comment" class="input" rows="2" cols="20"></textarea> </p> <p class="input-group input-checkbox input-field-mc4wp-try-subscribe"> <label for="mc4wp-try-subscribe">Nieuwsbrief </label> <strong><input type="checkbox" name="mc4wp-try-subscribe" id="mc4wp-try-subscribe" value="1"></strong> </p> <div class="em-booking-buttons"> <input type="submit" class="em-booking-submit" id="em-booking-submit" value="Send your booking"> </div> </div>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Events Manager integration’ is closed to new replies.