Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter VanityVisuals

    (@vanityvisuals)

    Ah, I’d missed the ‘Admin Screen’

    Thankyou!

    Thread Starter VanityVisuals

    (@vanityvisuals)

    Could you possible tell me what code I’d need to input in order to hide the field names? I like my forms to have no labels, only the placeholder. I managed this with another form by commenting out the ‘label’ in the form’s php file.

    Thanks again.

    RE: I like my forms to have no labels, only the placeholder

    This is now widely regarded as poor practice for anything but very simple common forms like user login etc., ​as the placeholder is deleted as soon as users start typing in the field. Users have to remember what the required input is, which many users find confusing. It is also not accessable.

    However if you have a really basic form where you are not concerned with accessibility,​​ you should include a link to your Contact Form 7 form plus all your input in the Form and Mail sections of the CF7 interface.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Customizing fields/Adding placeholder text?’ is closed to new replies.