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.
-
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.