aquastats
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Adding Custom Post Type to WP PageFor example, in Ninja FOrms (or Caldera FOrms), I have two forms created – Tanks and Parameters. When I submit data into each form, it stores the data in the database.
There is a menu option called Submissions, where I can select a form and it will display the submitted data with the form fields as columns.
I’d like to be able to take that screen and use it as-is on the front end for each form.
So USer can submit Tank information, then pull up list of tanks (Submissions) and select one and edit in form.
It looks like the Submissions screen is a post-type, and the edit screen is a post edit screen.
is there a way to take these wp-admin pages and lock them down so users can access them for the add/edit/delete functionality I am looking for?
- This reply was modified 9 years, 1 month ago by aquastats.
Forum: Developing with WordPress
In reply to: Adding Custom Post Type to WP PageI definitely would like to be able to edit a post in the same form where new items can be created.
But what I am looking for is to display the list of items (submissions) from the form, like this:
IT will allow user to sort columns and select row for editing.
It is kind of like taking the post type list in wp-admin and exposing that to the user.