Julius'Lab

(Formidable) Ejecutar acción después de actualizar un campo en el front-end

Se hace con Javascript:

< script type="text/javascript" >
jQuery('.frm_update_field_link').click(function(){
setTimeout(function () {
   window.location.href= 'http://juliushernandez.mx/clickbalance/';
}, 500);
})
< /script >
Search