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.
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.
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.
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.
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.
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.