• Resolved dreamuur

    (@dreamuur)


    Dear Team,

    I really love your contact form builder because of its map feature. However, I’d really like to remove the field titles/labels so all that shows up are the “value if empty” lines within the field themselves, like Contact Form 7.

    Is there a way to do this?

    I look forward to your response,
    Rianna

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    We are happy to hear that you liked the plugin.

    Sure, It is doable, please see here.

    Thanks. Have a nice day.

    Thread Starter dreamuur

    (@dreamuur)

    @wdsupport,

    Hi,

    I tried what you suggested but only got the pop-up error “the field label is required”

    Any suggestions?

    Hi,

    Please, insert space for the field label. It will be black, and in the same time you will not receive any error messages.

    Thanks.

    Thread Starter dreamuur

    (@dreamuur)

    Hi,

    This works, but only for one field (the field labels need to be unique). I could put double spaces in the next ones, but it might impact the display.

    Is this the only method of removing field labels? Would you consider developing something that allows users to do this easily in fututre?

    Thread Starter dreamuur

    (@dreamuur)

    For anyone else reading this, I’ve found a solution by reading some of the other forum answers. I’ve customized my stylesheet’s css so it refers to the contact forms scripts, overriding them:

    /**
    * 29.0 Contact Form by WebDorado Customizations
    */
    .contactform11 .wdform-label {
    display: none;
    }

    /**
    * 29.1 This last big gets rid of the red * required symbol
    **/
    .contactform11 .wdform-required {
    display: none;
    }

    • This reply was modified 7 years, 2 months ago by dreamuur.
    • This reply was modified 7 years, 2 months ago by dreamuur.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing Field Labels’ is closed to new replies.