CRED plugin provides an API, making it easy to customize your post or user forms. The API includes hooks (actions and filters) to accomplish specific tasks using PHP code.
When you ask for help or report issues, make sure to tell us all related information about your form and what you want to achieve.
Viewing 15 topics - 181 through 195 (of 356 total)
Problem: I would like to enable my Users to submit a partial post using Forms, then return later and complete their submission.
Solution: You can use multiple Forms to achieve a similar effect. Use one New Post Form to create the initial post, then use multiple Edit Post Forms to complete the post. Each Form can include different input fields. You may need to use the expert mode builder to delete required fields as needed per step.
Solution:
No.
"cred_save_data" hook belongs to Toolset forms and it will only triggered when you submit the form that is created using Toolset.
If you are using another plugins using which you created user form, you should check with that plugin support if they offer any hook that you should use to hook your custom code.