Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi tim,

    That is not possible even with the filter/hooks available from the plugin.
    The plugin consider Email and Name as mandatory fields and all the booking action/operations expects these two fields with every booking. Removing the mandate will break the plugin functionality.

    Thread Starter timprys

    (@timprys)

    No problem, I found a solution that can also serve. I’m going to add a default email address via jQuery. Script for info for others who would like this.

    jQuery(“.add-booking”).click(function(){
    jQuery(‘#rtb-email’).val(“info@example.com”);
    });

    Kind regards,
    Tim

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email not required for new booking backend’ is closed to new replies.