CRED plugin allows you to build forms that create child posts and set parents for these posts, supporting the parent-child relationship functionality from Types plugin.
When you ask for help or report issues, make sure to tell us the structure of your content and the relationship between the content types.
Viewing 15 topics - 541 through 555 (of 600 total)
Problem:
Add Custom Fields' descriptions to a form as a shortcode
Solution:
There are two ways:
1) You can add a description in the CRED form itself when you create the form.
OR
2) Create a custom shortcocde to pull out the description field value of specific custom field.
Problem:
Client wants to use Toolset Form notifications as contact forms, without storing the submitted posts in the database.
Solution:
Forms will always publish a post. If you don't want those posts to be retained, you could
1. add post expiration and have the posts trashed within minutes of them being published. This won't delete them, you would need to use some kind of utility to routinely empty the trash; or
2. use the CRED API to run some code once the form had been submitted and then delete the post. The latest effective hook that could be used in this case would be the cred_notification_recipients hook.