Title: hide header
Last modified: August 31, 2016

---

# hide header

 *  [simonmnt](https://wordpress.org/support/users/simonmnt/)
 * (@simonmnt)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hide-header-1/)
 * Hi,
 * i would like to hide header table when i want to search an information and when
   i submit form, i would like to show a table with header.
 * For the moment, my header is show all time.
 * Sorry for my english.
 * Thanks
 * [https://wordpress.org/plugins/contact-form-7-to-database-extension/](https://wordpress.org/plugins/contact-form-7-to-database-extension/)

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

 *  Plugin Author [Michael Simpson](https://wordpress.org/support/users/msimpson/)
 * (@msimpson)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hide-header-1/#post-7455009)
 * Do you mean showing the table header created by a shortcode like [cfdb-table]?
 *  Thread Starter [simonmnt](https://wordpress.org/support/users/simonmnt/)
 * (@simonmnt)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hide-header-1/#post-7455089)
 * Yes, I create a shortcode with [cfdb-table].
    And for create my search form i
   use [search_engine shortcode=”cfdb-table” form=”Formulaire annuaire entreprises”
   show=”entreprise,siege,plato,activite,submit_time”]
 *  Plugin Author [Michael Simpson](https://wordpress.org/support/users/msimpson/)
 * (@msimpson)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hide-header-1/#post-7455117)
 * I’m not familiar with the [search_engine] shortcode.
 * You can toggle the table header off using `header="false"`
 *     ```
       [cfdb-table form="Formulaire annuaire entreprises" header="false"]
       ```
   
 * You can use [filter variable substitution](http://cfdbplugin.com/?page_id=116)
   to get the value from a POST or GET parameter, for example:
 *     ```
       [cfdb-table form="Formulaire annuaire entreprises" header="$_POST(h)"]
       ```
   

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

The topic ‘hide header’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/contact-form-7-to-database-extension_ffffff.
   svg)
 * [Contact Form DB](https://wordpress.org/plugins/contact-form-7-to-database-extension/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7-to-database-extension/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7-to-database-extension/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7-to-database-extension/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7-to-database-extension/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7-to-database-extension/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Michael Simpson](https://wordpress.org/support/users/msimpson/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/hide-header-1/#post-7455117)
 * Status: not resolved