PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Bulk insert and update

  1. I have 3 forms with data that need to be updated from another system over CSV files.. I already have all functions ready, but I did not find how can I add all GF fields using WPDB object.

    I have to run the scripts for:
    - Un-publish all records saves from/to GF forms
    - Update or Insert new records
    - Delete if necessary.

    There are a away to do it?

    Posted 11 years ago on Monday September 17, 2012 | Permalink
  2. There is no built in way to do it, although several people have asked a similar question. Here is one: http://www.gravityhelp.com/forums/topic/post-remotely-to-a-gravity-form

    To submit the form programmatically, you could use something like wp_remote_post. http://codex.wordpress.org/Function_API/wp_remote_post I have not seen anyone post a solution yet.

    It's been considered as a feature before, but we don't speculate on new functionality or release dates any more.

    Posted 11 years ago on Tuesday September 18, 2012 | Permalink