When a user fills in a front end form, I would like the form to go to draft or to be reviewed by admin. I will then click published when checked. However, the content title is CRED Auto Draft and when I publish this, this is the title that is displayed on the website.
Hi,
Thank you for contacting us and I'd be happy to assist.
When no post title is specified for a post created using a Toolset Form, an automatically generated one is used ( e.g CRED Auto Draft... ).
To avoid this, you can either include a post title field in the form, so that users can set it while adding the post or you can generate a different one, using a custom function attached to the "cred_save_data" hook:
https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data
You'll find an example code snippet for this, in this forum reply:
https://toolset.com/forums/topic/define-a-custom-post-title-using-information-from-the-form/#post-1214208
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar