• Resolved wpletter

    (@wpletter)


    Hi
    The way I use booking activities is: People use the calendar to checkin for classes. To make it easy and convenient, I chose the option to “do the action” on click.

    meaning: Users can look at the calendar and just click on the lessons they want to rsvp for.

    BUT: The “Submit” Button is still there in the middle of the page. This is needed, if you have a 2 click system: 1 click to select the lesson on the calendar, then “submit” to actually rsvp.

    But since I use the one click option, that checkin button makes no sense. Worse: If users use it, the “Button label to make a new booking after the booking form has been submitted.”-Button is being displayed. Again, makes no sense, since they can just click on the next event and don’t need to press that “chose more” button.

    How can I deactivate them?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author yoancutillas

    (@yoancutillas)

    Hello,
    Indeed, if you remove the “Submit button” field, the calendar won’t be encapsulated in a form and it won’t work. I will make it work in the next version (1.7.19), thank you for your report.

    For now, you can hide the submit button with CSS, add this code in Appearence > Customize > Additional CSS:
    .bookacti-form-field-name-submit { display: none!important; }

    Regards,

    Thread Starter wpletter

    (@wpletter)

    That’s great, thanks alot!
    The workaround works just fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Submit/New Booking Buttons’ is closed to new replies.