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.

Manually insert entry (with data from a remote form)

  1. Not sure if this is possible but I'm wanting to have a form hosted on various domains and have a central domain where all lead data is kept. Can anyone point me in the right direction on how I might go about logging the data to the central domain. The external form will obviously mirror a Gravity form setup on the central domain.

    Can I post data from the remote domain to a gform submission action on my central domain and have gravity forms log the entry or will I have to write something completely out of Gravity forms environment and add the entry manually.

    Thanks.

    Posted 11 years ago on Friday September 21, 2012 | Permalink
  2. You will need to find a way to submit the form programmatically, using something like wp_remote_post or wp_remote_get http://codex.wordpress.org/Function_API/wp_remote_post http://codex.wordpress.org/Function_API/wp_remote_get

    Or, you could try and insert data directly into the database, making sure you got all the references in all the tables correct. It is outside the realm of Gravity Forms.

    Posted 11 years ago on Saturday September 22, 2012 | Permalink