jQuery(document).ready( function($){ $('#mycontactform').contactable({ name: 'Name', email: 'E-Mail', message : 'Message', recipient: 'contacto@bitlove.cl', subject: 'Contacto portal Bitlove', label_name: 'Nombre', label_email: 'e-Mail', label_website: 'Web', label_feedback: 'Comentario', label_send: 'Enviar', recievedMsg : 'Gracias por tu mensaje', notRecievedMsg : 'Discúlpanos, tu mensaje no pudo ser envíado. Intenta de nuevo o mas tarde', disclaimer: 'Envíanos tu comentario y/o consulta, es importante tu opinión.', hide_email: 'false', hide_website: 'true', fileMail : 'https://www.bitlove.cl/portal/wp-content/plugins/rejected-magic-contact-rejected/contactable/mail.php' }); });