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.

Post via XML or HTTP post

  1. jmlynaek04
    Member

    Does GF have the ability to post submissions via XML or HTTP post? If so, how would I go about implimenting this?

    Seems like a big undertaking :(

    It is amazing what I have done so far with GF, my form is located http://www.gpsinsurancemarketing.com/alliance

    Thank you for your help.

    Posted 13 years ago on Wednesday December 15, 2010 | Permalink
  2. Gravity Forms only posts to itself to store data. It doesn't currently have built in features to post data to other form handlers or services, with the exception of our Add-Ons. We do plan on creating an Add-On in the future that will allow you to post data to any 3rd party URL via POST.

    Posted 13 years ago on Wednesday December 15, 2010 | Permalink
  3. jmlynaek04
    Member

    Would you be able to recommend someone for hire to impliment this?

    Posted 13 years ago on Wednesday December 15, 2010 | Permalink
  4. Sure, you can contact these developers who have Gravity Forms development/customization experience.

    Ounce of Talent
    http://www.ounceoftalent.com

    WebDevStudios
    http://www.webdevstudios.com

    Posted 13 years ago on Wednesday December 15, 2010 | Permalink
  5. jmlynaek04
    Member

    Thank you, I will contact them right now.

    Posted 13 years ago on Wednesday December 15, 2010 | Permalink
  6. AntonL
    Member

    I am just wondering if there has been any further movement in this direction:

    "We do plan on creating an Add-On in the future that will allow you to post data to any 3rd party URL via POST."

    Posted 11 years ago on Saturday December 22, 2012 | Permalink
  7. There has been no progress on an add-on. However, you can use the gform_after_submission hook to send the collected data anywhere you like. http://www.gravityhelp.com/documentation/page/Gform_after_submission

    Or, you can change the form tag completely using the gform_form_tag http://www.gravityhelp.com/documentation/page/Gform_form_tag

    You can change the form tag to submit the form to a custom handler if you like.

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