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.

Pass form data into XML automatically

  1. idealists
    Member

    Hi

    Can anyone recommend a way to automatically pass form data on submit to XML?

    Any code samples on how to use XML as well would be great.

    Thanks.

    Posted 13 years ago on Friday February 18, 2011 | Permalink
  2. This isn't something Gravity Forms does out of the box so it would have to be done as a feature. I haven't heard of anyone doing this. You would have to write custom code to output the entry data in an XML format and there is no standard XML format so you would have to customize the code to output it in the format you want.

    Posted 13 years ago on Friday February 18, 2011 | Permalink
  3. idealists
    Member

    Yeah, thanks Carl.
    Is there a gravity Forms Hook or something that I can use once the form has been submitted successfully with full access to the form data. I guess that is more the question. And an example of how to access the form data in the hook would be great.

    Posted 13 years ago on Saturday February 19, 2011 | Permalink
  4. See this post, it discusses the gform_post_submission hook and the entry object it has access to. The entry object is the entire entry that is created by the form submission, so all the data.

    http://www.gravityhelp.com/forums/topic/sms-api-gateway-need-help-to-get-gform-to-integrate#post-18087

    We will be launching developer documentation at the end of the month that will document all the available API hooks and provide examples of their use.

    Posted 13 years ago on Saturday February 19, 2011 | Permalink