Problem: I would like to create a design where posts are listed in a View and editable on the same page.
Solution:
You can insert the "Add New" Form on the same page as a View of posts. You can add a link that says "Add New Post", and scroll to the Form when someone clicks that link. Showing and hiding the Add New Form will require custom CSS and JavaScript, but it can be done.
The Edit Form isn't easily implemented like this. You would have to place the Edit Post Form in the View loop, and that isn't the recommended way to add Edit Post Forms. You can try it, but some features of Forms, like AJAX submission and custom validation, may not be fully functional in a loop. Again, custom CSS and JavaScript would be required to show and hide individual Forms when links are clicked.
Relevant Documentation:
https://toolset.com/documentation/getting-started-with-toolset/publish-content-from-the-front-end/forms-for-editing/
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
This topic contains 4 replies, has 2 voices.
Last updated by 6 years ago.
Assisted by: Christian Cox.