• I want to remove the label ‘Contact Form’ when the border is enabled. I don’t want to change the text, just remove 🙂

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Look in advanced options for change field labels.

    There is a label for “Contact Form”
    Change it to this and it will go away.
    <!-- -->

    Thread Starter koishiikun

    (@koishiikun)

    Hi there, thank you for the response. When I place <!– –> on the label, it does remove the ‘Contact Form’ but leaves a space in between, much like deleting the ‘Contact Form’ on the php file. 🙁

    Then do this:

    uncheck “Enable border on contact form”

    edit the setting:
    “CSS style for form DIV on the contact form:”
    Add this:
    border: 1px solid black; padding:10px;

    Now you have the same border but without any fieldset label.

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

The topic ‘[Plugin: Fast Secure Contact Form] Remove 'Contact Form'’ is closed to new replies.