We are using Toolset created post forms for a front-end user to add a listing to the website. Of course it gets saved on the back-end as pending review so that someone from staff can actually publish it. Client wants users to be able to click on a button to preview the post using all the form data they just entered prior to submitting it. How can this be accomplished?
We've hidden the admin toolbar and don't want the user filling out the form to see the back-end of the website. If there a link that could be used in a button to see this preview?
Would we need another form button for them to actually submit the form for notation to our review staff to review the listing and approve/publish it?
> We've hidden the admin toolbar and don't want the user filling out the form to see the back-end of the website. If there a link that could be used in a button to see this preview?
- You can create a post view that shows all the posts from the current user as the author, with the post status set to 'draft'.
Inside this view will be the link to the post, which the user can use to open the preview page.
> Would we need another form button for them to actually submit the form for notation to our review staff to review the listing and approve/publish it?
- Yes, you can make two forms:
a). First form will have all the fields that you need from the user to fill and will create the post in the 'Draft' state.
b). A second form will only need a submit button, that will change the post status to 'Pending Review' on submission.
Thank you! We are getting there. I was able to create the view of draft posts for the author logged in, and have that to show up on the Submission page. They can click on it and see the preview we were wanting to see, so thank you!
Next question, I don't understand how we get them back to make edits to this draft and also how we allow them to submit for Pending Review status. Can you please explain that in more detail.
New threads created by Waqar and linked to this one are listed below: