• Resolved timprys

    (@timprys)


    How can I make the email field not mandatory for reservations through the backend.

Viewing 2 replies - 1 through 2 (of 2 total)
  • jssupport

    (@jssupport)

    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(“[email protected]”);
    });

    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.