Skip Navigation

[Gelöst] How to add more than 1 form # and set status to Pending Review instead of Publis

This support ticket is created vor 1 Jahr, 2 Monaten. There's a good chance that you are reading advice that it now obsolete.

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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Dieses Thema enthält 3 Antworten, hat 3 Stimmen.

Zuletzt aktualisiert von Minesh vor 1 Jahr, 2 Monaten.

Assistiert von: Minesh.

Author
Artikel
#2634475

I want to use this solution https://toolset.com/forums/topic/allowing-save-as-draft/ but have it tied to multiple forms and instead of just draft and publish as the values, I want draft and pending review as the values saved to the database.

#2634681

Nigel
Supporter

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: Europe/London (GMT+00:00)

Hi Larry

Just to make sure we give you a good solution from the get-go, let's clarify what you want to achieve.

You want a solution that can be re-used on multiple forms.

These forms are to publish posts, and you want a similar solution as proposed by Shane? That each form should include a select dropdown where the user submitting the form should be able to choose either draft or pending review as the status of the post being submitted?

Or some variation on this?

#2634717

When a user comes to our website and completes 1 of 3 different forms (each are for a different Custom Post Type), we would like for the user to either Save their form as a DRAFT where they can continue to edit it and gather the required form data. Then when they are ready to submit the form they submit the form, which changes the post status to PENDING REVIEW, which of course then kicks off notifications to staff they need to review the form submitted and publish it, deny it or advise the user they need to make some changes.

#2635059

Minesh
Supporter

Sprachen: Englisch (English )

Zeitzone: Asia/Kolkata (GMT+05:30)

But here how to know and what will be the course of the action to know when to save the post with "draft" status and when to save post with "pending review" status? How and on what course of the action we can differentiate that?

#2635633

Thanks! This led me down a path to finding a good solution.