Viewing 4 replies - 1 through 4 (of 4 total)
  • sorry, this isn’t possible at the moment; however maybe you can try to hook into em_booking_validate filter;

    e.g.

    function my_custom_validation($result, $EM_Booking){
    
     return $result;
    }
    add_filter('em_booking_validate','my_custom_validation',10,2);

    Thread Starter kassieloo

    (@kassieloo)

    Doesn’t the Booking validation have to do with users signing up for events and not the actual creation of events?

    hmm, I think I misread your post, sorry; basically, you wanted to add a validation for on Event Creation or using Event Submission Form vs location/time? is that correct? I think you need custom validation for this.

    Thread Starter kassieloo

    (@kassieloo)

    Yes, I’ll have to customize this part. Thanks for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Scheduling Conflicts’ is closed to new replies.