CRED is a WordPress plugin that lets you easily build front-end forms for creating and editing content and users.
CRED User Guides include detailed documentation on creating forms, including related fields that belong to the content or the users, validating the input and displaying the forms with custom HTML styling.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 316 through 330 (of 1,549 total)
Problem:
The customer reported that the custom code linked to the 'cred_save_data' hook is not working correctly to get the custom field values from the related parent post and set them in the newly created post's title.
Also, the shortcode to include the custom field values from the related parent post in the form's email notification is also not working.
Solution:
After troubleshooting, suggested some changes in the custom function and the shortcodes for the related parent's custom field values.
Problem:
The customer reported that the custom user role can't use a post edit form.
Solution:
Guided to enable the user role's access to that form through the settings at WP Admin -> Toolset -> Access Control -> Toolset Forms -> Post Forms Front-end Access Group.
Problem:
The customer reported that the code to set the post-expiration date/time through the 'cred_save_data' hook is not working as expected.
Solution:
Tested the customer's code and it worked as expected on a test website.
Guided that when using the custom function to set the expiration date/time, please make sure that the option 'Set expiration date for post created or edited by this form' is unchecked in the form's settings.
If you've set some post-expiration date/time through the form settings, it will override the date/time set by the custom function.