Security

 View Only
  • 1.  Hide label in form - ClearPass Guest

    Posted Mar 21, 2017 09:04 AM

    Hi all,

     

    I'm trying to mock up a guest page for a customer and the requirement is that the label next to the username box be hidden - either completely removed and only have text area to type access code or change font color to match background so it's not viewable.

     

    Don't know how to accomplish this, I can change the font color on the page itself, but it changes for the title also, which we need to maintain. I would prefer to just not have a label next to the text box. Any idea how to remove it? 

     

    Thanks!



  • 2.  RE: Hide label in form - ClearPass Guest

    Posted Mar 21, 2017 09:26 AM
    What kind of page is it? Guest self-reg, weg login, web page, etc


  • 3.  RE: Hide label in form - ClearPass Guest

    Posted Mar 21, 2017 09:33 AM

    Web Login page.

     

    I copied out the source code of the page, and adjusted it to not have a label for the NwaLeft location, which has sufficiently removed the label. I pasted it into the page Header HTML section and selected provide custom form. It looks correct now, I'm assuming it should work the same? Are any of the attributes unique, such as the form.id or will that be the same for every user?



  • 4.  RE: Hide label in form - ClearPass Guest
    Best Answer

    Posted Mar 22, 2017 02:54 PM

    Use CSS -- place only in the Header/Footer HTML of the page in question:

     

    {literal}
    <style>
    .nwaLeft {
        display: none;
    }
    </style>
    {/literal}


  • 5.  RE: Hide label in form - ClearPass Guest

    Posted Mar 22, 2017 03:54 PM
    Excellent, I will give this a try.
    Thanks.

    ________________________________
    Michael Haring | Network Engineer
    (610) 246-6037 | Comm Solutions

    Sent from my iPhone