Removing Form Sections

Posted · Add Comment

Scheduler Forums BirchPress Scheduler Removing Form Sections

This topic contains 4 replies, has 2 voices, and was last updated by  Michael Strachan 5 years, 8 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #35080

    Michael Strachan
    Participant

    Hi there,

    I’m creating a custom form for one of our clients, and I’ve use this code to remove sections in the CSS:

    .birs_appointment_location
    {
    display: none;
    }
    .birs_appointment_section
    {
    display: none;
    }
    .birs_appointment_service
    {
    display: none;
    }
    .birs_appointment_staff
    {
    display: none;
    }
    .birs_client_section
    {
    display: none;
    }
    .birs_client_type
    {
    display: none;
    }
    .birs_client_password
    {
    display: none;
    }
    .birs_client_password_retype
    {
    display: none;
    }
    .birs_client_title
    {
    display: none;
    }
    .birs_client_address
    {
    display: none;
    }
    .birs_client_city
    {
    display: none;
    }
    .birs_client_state
    {
    display: none;
    }
    .birs_client_country
    {
    display: none;
    }
    .birs_client_zip
    {
    display: none;
    }

    But anyone that’s not signed into WordPress still sees the fields. Can you advise on how to fix this please?

    Cheers,

    Iain

    #35092

    Jennifer
    Keymaster

    HI Iain,

    I suggest you upgrading to the business edition, so that you can remove all these fields with Form Builder.

    #35112

    Michael Strachan
    Participant

    We bought the Business edition. And it’s not letting me remove those fields.

    Iain

    #35113

    Jennifer
    Keymaster

    Could you please submit a ticket?

    #35123

    Michael Strachan
    Participant

    We’ve already submitted a ticket and can only do one at the time. But managed to fix that problem!

    One last thing on this thread, how do I change the “please wait …” text when you hit submit?

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘BirchPress Scheduler’ is closed to new topics and replies.

Comments are closed.