Via a shortcode, set form=”*”
can’t see form.
and how apply filter?
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
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/"]