Skip Navigation

[Resolved] Post update form on backend

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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by Tiit Sau 1 year, 5 months ago.

Assisted by: Minesh.

Author
Posts
#2615027

I have to update a specific group of product custom fields pretty often.
To open Woocommerce products for editing and saving it with all realoads and delays takes a lot of time. There is a large amount of products with some 30 custom fields and it all runs in 4 languages(wpml). So it is slow.
My Toolset Post Update Form with some fields works fast and fine on frontend lightbox.
Is it possible to link this form on the backend in post list? Let say somwhere next to Quic Edit.

#2615039

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Toolset post form is meant to work on frontend only and you can not use that in the backend. For backend use you should be rely on standard WordPress hook like save_post to update your desired custom field.

Please check the following Doc that may help you:
=> https://toolset.com/documentation/customizing-sites-using-php/updating-types-fields-using-php/#an-example

#2615429

This is clear now. Thank you!