(000) 000 0000 support@helpjuice.com

Search for answers here!






    Sorry, we didn't find any relevant articles for you.

    Please contact support@phorest.com and we'll get back to you with an answer as soon as possible.

    How do show/edit the appointment note field for Online Booking

    This article explains how you can edit the notes header for your online booking

    Print to PDF

    Showing the field

    If you’re hosting your own css file then make the following edits. If Phorest host your css file then please contact support.

    .appointment-activation .appointment-note {

        visibilityvisible;

    }

     

     

    Editing the field

     

    We want to change this:

    Into this:

     

     





    If you’re hosting your own css file then make the following edits. If Phorest host your css file then please contact support.

      

      

    /* Hide the main label content */

    .appointment-note label {

        visibilityhidden;

    }

      

    /* Add content after the hidden content and reposition */

    .appointment-note label:after {

        visibilityvisible;

        content 'Add Address’;

        display: inline-block;

        positionabsolute;

        top15px;

    }

      

    /* Hide placeholder text */

    .appointment-note textarea::-webkit-input-placeholder {

        opacity: 0;

    }

      

    /* Hide the main label content */

    .appointment-note label {

        visibilityhidden;

    }

      

    /* Hide the main label content */

    .appointment-note label {

        visibilityhidden;

    }

     

    /* Hide the button label */

    .appointment-note button {

        visibilityhidden;

    }

     

    /* Add content after the hidden content and reposition */

    .appointment-note button:after {

        visibilityvisible;

        content 'Add Address’;

        display: inline-block;

        positionabsolute;

        top15px;

    }

    Was this article helpful?