Skip Navigation

[Resolved] Update gravity form entry using toolset view

This support ticket is created 3 years, 6 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: Africa/Casablanca (GMT+01:00)

This topic contains 1 reply, has 2 voices.

Last updated by Jamal 3 years, 6 months ago.

Assisted by: Jamal.

Author
Posts
#2101221

Hello Team,

I want to create a toolset view for update gravity form entries, Please suggest to me any addon or hook or document link for it.

Waiting for your reply on the same.

Thanks

#2101369

Hello and thank you for contacting Toolset Support.

I am not very familiar with the Gravity Forms plugin and how does it save its data. If it saves the data in a custom post type, then it can be handled with Toolset. Keep in mind that a Toolset form can create or edit ONE post at a time.

This being said, I can see two options:
- Managing Gravity Forms custom fields using Toolset Types. You can add them from the Toolset Settings page, and the Toolset custom fields page. But that will work for simple fields(Single line, multiline, number, etc.). It would not work for all the fields because of the difference in how data is stored between Toolset and Gravity forms, especially for fields like the checkboxes field, date field, email, etc. Once the fields are managed with Toolset, you can add them to the form.
- Using Generic fields, and hooking into the form's hooks. Read more about them here https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data
https://toolset.com/course-lesson/adding-generic-fields-to-forms/

I hope this answers your question, let me know if you have any further questions.