Knowledge Base
Find answers, learn new features, and explore developer resources.
Post Management
- Allow Users to Add Custom Terms to PostsPRO
You can allow users to add custom terms by enabling tagging on a select field.
- How to Get the Post ID after Creating a PostPRO
This tutorial explains how to obtain and use the ID of a post created using the Post Management integration.
- How to Populate a Field with a New Post ID
How to populate a form field with a newly created post ID.
- Managing Taxonomy Terms with Post ManagementPRO
The Post Management integration allows you to set WordPress taxonomy terms on posts as well as populate a form field with term values.
- Populate a Form With Post DataPRO
It is possible to pre-populate a form with WordPress post data using the Post Management integration. 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 PHPPRO
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 ActionPRO
Adding or updating a post is determined by using the 'Post ID' setting in the post management action.
- Updating Posts Using the Post Management IntegrationPRO
Learn how to update a WordPress post using the Post Management integration.
- Using a Query String Parameter to Specify Which Post to UpdatePRO
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.