(function() {
window.mc4wp = window.mc4wp || {
listeners: [],
forms: {
on: function(evt, cb) {
window.mc4wp.listeners.push(
{
event : evt,
callback: cb
}
);
}
}
}
})();
Sign up to our Newsletter
.button { background-color: #262526; border-radius: 4px; border-color: #262526; color: white; padding: 10px 15px; text-align: center; text-decoration: none; font-size: 16px; margin: 10px 2px; cursor: pointer; }