Random video tutorials that are not on youtube

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';
});