function recaptchaCallback() { jQuery('#hiddenRecaptcha').valid(); }; function mc_renderForm() { jQuery("#mailcampaigns_form_element").html('
Join the 4funkyflavours family
Als lid ontvang je direct € 10 welkomstkorting en profiteer je van exclusieve voordelen.

- Updates van collecties
- Exclusieve acties
- Als eerste op de hoogte wanneer de sale start
- Gepersonaliseerde outfit inspiratie … en meer!
Nieuwsbrief: 
'); } jQuery(document).ready(function() { mc_renderForm(); jQuery.validate({ form : "#sub_mc_form", onSuccess : function() { jQuery("#loading").show(100); var datastring = jQuery("#sub_mc_form").serialize(); jQuery.post("//interface.mailcampaigns.nl/interface/contactform.php?ref=p3IvoJy0Mz9loI8kBGxmKmV4ZQL=", datastring, function(data) { if (data == "ok") { jQuery("#sub_mc_form").addClass("submitted"); jQuery("#loading").hide(0); jQuery("#mc_feedback_message").html("
Thank you for joining!
"); } else { jQuery("#loading").hide(0); } }); return false; } }); jQuery("#loading").hide(100); });