• Resolved Ad

    (@dotdoc)


    The labels are not showing up for me. Neither on the form or profile.

    Probably because of the label’s class “sr-info”: “position: absolute; overflow: hidden” ? Is it just me and should I override?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support alexrollin

    (@alexrollin)

    Hello,

    I am checking on that! Will get back to you ASAP!

    Plugin Contributor Paolo

    (@paoltaia)

    Hi dotdoc,

    Could you provide a link so we can inspect the HTML/CSS? I’m unable to reproduce that issue on our demo.

    Thanks in advance.

    Plugin Support alexrollin

    (@alexrollin)

    We use placeholders so labels are by default hidden so need to make it visible using CSS below:

    .uwp-registration-form label.sr-only.form-label {
    ????position: unset;
    ????width: auto;
    ????height: auto;
    }

    This will apply on register form only – if want to apply it ion all forms then let us know and we can share CSS accordingly.

    Thread Starter Ad

    (@dotdoc)

    Sorry Paolo, I didn’t notice your reply.

    The CSS works. Many thanks.
    I need it mainly or the account page, so I’ll use
    .uwp-account-form label.sr-only.form-label { … }

    I agree, placeholders are nice and clean. But once people enter information in this field, they can’t see what is supposed to go there. On the account page that could be troublesome.

    So I’ll use the CSS you provided (or maybe the field description). It seems more intuitive if the UWP formbuilder could decide. But I’m totally fine with the CSS solution provided.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Labels not showing?’ is closed to new replies.