Viewing 1 replies (of 1 total)
  • ubri

    (@ubri)

    dopbsp/assets/js/jquery.dop.frontend.BSPCalendar.js

    line 7098:
    if (!isValid){
    return false;
    }

    change for:

    if (!isValid){
    return false;
    }else{
    yourFunction();
    }

    This function only works when all fields are correct.

Viewing 1 replies (of 1 total)
  • The topic ‘Create onSubmit’ is closed to new replies.