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

    (@msimpson)

    Via a shortcode, set form=”*”

    Thread Starter bpartner

    (@bpartner)

    can’t see form.
    and how apply filter?

    Plugin Author Michael Simpson

    (@msimpson)

    ???

    Thread Starter bpartner

    (@bpartner)

    Sorry 🙂
    I want to see in the list, with some form of the data came. And filter across the field “form”. And it is better to see it in the admin panel

    Plugin Author Michael Simpson

    (@msimpson)

    You can’t customize the admin panel. You might want to make a private page with a shortcode to customize how the data is displayed.

    There is no shortcode or function to list the forms.

    So things you can do:

    1 Form
    [cfdb-datatable form="form1"]

    All forms
    [cfdb-datatable form="*"]

    3 Forms
    [cfdb-datatable form="form1,form2,form3"]

    And I’m thinking of putting in:
    4 Regex form name starting with “a” (not yet available)
    [cfdb-datatable form="/^a/"]

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

The topic ‘all forms in One view’ is closed to new replies.