mdEvents.Fn('catch', 'forms.success', function(data)
{
/* If you have multiple forms, check the id of form to match */
if(data.form.id !== 99) { return; }
window.location.href = '/diky';
});
mdEvents.Fn('catch', 'forms.success', function(data)
{
/* If you have multiple forms, check the id of form to match */
if(data.form.id !== 99) { return; }
window.location.href = '/diky';
});