I hope that and update coming later today will address your problems. Are you using custom post types?
Yes, it is a custom post type. I’m using “Gravity Forms: Post Updates” in conjunction with “Gravity Forms + Custom Post Types”.
I look forward to the update! Thank you.
Please try the latest version and let me know. I am sorry it got delayed. I got kind of suddenly sick over the weekend, and really messed things up. This latest version is working for me.
Can you tell me what version of Gravity Forms you are using? This should support 1.9 as well as 1.8 and earlier, the previous version of “Post Updates” removed support for 1.8, and had some issues with custom post types that I believe to be addressed now.
Hi!
I have a problem with this plugin, because i use gravity form + Types (Types – Complete Solution for Custom Fields and Types) and the multiple checkboxes not saving correctly to the database. The Types use just one post-meta row for saving multiple checkboxes in a serialized way, but the gravity form submit is saving in separate post-meta rows. Can you tell me a solution for this issue?
Thanks in advance!
@ferencracz
You would need to build a custom function to convert the database info to gravity forms compatible when the form loads and then back when the form saves. It is very possible using the hooks that Gravity Forms provides. But this is an specific to Gravity Forms and not this plugin, so you would be better off asking their support.
However, they are really just going to tell you what I did, so you need to look at the GF hooks and devise a plan, or hire a developer who is familiar with them.
Good luck!