Post Management
-
Allow Users to Add Custom Terms to Posts
You can allow users to add custom terms by enabling tagging on a select field.
-
How to Get the Post ID after Creating a Post
This tutorial explains how to obtain and use the ID of a post created using the Post Management add-on.
-
Populate a Form With Post Data
It is possible to pre-populate a form with WordPress post data using the Post Management add-on. The data could be from a page, post or any other custom post type registered in your theme.
-
Setting Which Post ID to Populate With Using PHP
In this tutorial we show you how to change the 'Post ID' setting found in Form Settings > Data > Populate Using Action by using a simple PHP script.
-
Setting Which Post ID to Update in the Post Management Action
Adding or updating a post is determined by using the 'Post ID' setting in the post management action.
-
Updating Posts Using the Post Management Add-On
Learn how to update a WordPress post using the Post Management add-on.
-
Using a Query String Parameter to Specify Which Post to Update
To use a query string parameter to specify which post ID to update, you will need to add a hidden field to pass the value through when the form is submitted.