Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    Do you mean showing the table header created by a shortcode like [cfdb-table]?

    Thread Starter simonmnt

    (@simonmnt)

    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

    (@msimpson)

    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 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.