• Im trying to make it so that you can select an appointment every half hour, and only one appointment will word for each day. I have it working, except for the fact that when it asks you to input your details (name, email, etc) it shows that each appointment will only be half an hour. It would be great if there was some way to hide this so that the user doesn’t think that the appointment will only be one hour, but will be able to put in the hours they want in the notes section I have.

    Thanks in advance
    Liam.

    https://www.ads-software.com/plugins/appointments/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mailtelenko

    (@mailtelenko)

    Oh, and also, if I wanted to have it so that only one (total) appointment can be set daily, how would I do that?

    Hey there mailtelenko,

    Hope you’re well today!

    If this is what you’re referring to https://screencast.com/t/TPNhadT9sRv then removing the duration on confirmation form could be done with some custom CSS. Please try adding the following CSS code in Appointments -> Settings -> General in Additional css Rules:

    .appointments-confirmation-end {
      display: none;
    }

    As your other question unfortunately this is not possible to achieve with the free version of the plugin. There is Durations add-on which is available only in premium version which allows you to schedule appointments in 30 minutes intervals while your service duration can be set to any amount of hours.

    Hope this helps ??

    Best regards,
    Bojan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit Confirmation Text’ is closed to new replies.