Skip Navigation

[Resolved] I Want to create a form to edit a post type

This support ticket is created 6 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by Joan 6 years, 11 months ago.

Assisted by: Luo Yang.

Author
Posts
#596076

Hello,

I'm trying to build a form to edit the values of a post type. I want that a user can edit the values of the post types created by himself . I have read about how to do it when there is a parent - child relationship between post types. But I'm not able to get how to do this for the post types owned by an user. How can I do this?

Thanks.

#596129

Dear Joan,

I assume you are going to setup a CRED form for user to edit the post which author is current user.

If it is, you can create a view to list posts which author is current user:
https://toolset.com/documentation/user-guides/filtering-views-query-by-author/
then display the CRED form edit link.
https://toolset.com/documentation/user-guides/displaying-cred-editing-forms/

#596702

Thanks,

I Though that some special has to be done.

Joan