Viewing 3 replies - 1 through 3 (of 3 total)
  • You could just assign a class to the field and hide it with CSS. For example, for a text field:

    [text your-field class:hidethis]

    and in your style.css:

    .hidethis {
      display: none;
    }

    When you’re done, either remove the class or the corresponding CSS.

    Thread Starter georgiefame99

    (@georgiefame99)

    thaks for the speedy reply. got it.

    You’re welcome. Make sure to mark this thread resolved if that fixes it for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hiding as field temporarily in contatcform7’ is closed to new replies.