Title: Input field
Last modified: March 18, 2019

---

# Input field

 *  Resolved [carlager](https://wordpress.org/support/users/carlager/)
 * (@carlager)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/input-field-2/)
 * The label to the content can be customized with
 * function my_gwolle_gb_content_label( $label ) {
    // $label is a string $label
   = ‘test’; return $label; } add_filter( ‘gwolle_gb_content_label’, ‘my_gwolle_gb_content_label’,
   10, 1 );
 * How do I hide the label, but have ´test` in the input field ?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Finput-field-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Marcel Pol](https://wordpress.org/support/users/mpol/)
 * (@mpol)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/input-field-2/#post-11329263)
 * This code should work.
    Please be aware that for disabled people the label is
   very important. The paceholder doesn’t do anything for them.
 *     ```
       .gwolle_gb_content .label {
           display:none;
       }
       ```
   
 *  Thread Starter [carlager](https://wordpress.org/support/users/carlager/)
 * (@carlager)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/input-field-2/#post-11332616)
 * Thanx:)

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

The topic ‘Input field’ is closed to new replies.

 * ![](https://ps.w.org/gwolle-gb/assets/icon-256x256.png?rev=1114688)
 * [Gwolle Guestbook](https://wordpress.org/plugins/gwolle-gb/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gwolle-gb/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gwolle-gb/)
 * [Active Topics](https://wordpress.org/support/plugin/gwolle-gb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gwolle-gb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gwolle-gb/reviews/)

## Tags

 * [label](https://wordpress.org/support/topic-tag/label/)

 * 2 replies
 * 2 participants
 * Last reply from: [carlager](https://wordpress.org/support/users/carlager/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/input-field-2/#post-11332616)
 * Status: resolved