I have created a Toolset Custom fields group with Toolset custom fields for a new post type.
I like to be able to display the data in a table format with search/add/edit capabilities. (This results page will be for administrators only)
I thought Toolset Post forms would allow me to do that. But it displays "This form manages a post type that does not exist".
Are there any examples/tutorials that would let me achieve this?
Thank you
That error from Forms sounds like a form was created to add (or edit) posts of some type, but then the post type was disabled, or maybe in the settings for the post type the slug was changed.
As for what you want to achieve, it sounds like you want a View that outputs posts in rows in a table format. The View can include a search filter.
As for the add/edit capabilities, well the add capability (add a new post) would be a link to a page with a form to publish new posts of this type (the link could appear before and after the table, it doesn't belong in each row, I don't think). Meanwhile you could in each row include a link to edit the current post in the loop using a Toolset Form.
Does that sound like the kind of thing you had in mind?
The topic ‘[Closed] Toolset custom fields edit’ is closed to new replies.