Hi,
I would like know where are the hooks for download and i how and where implents.
I need when i recieve a entry form send information to a webservice(SOAP)
thanx,
Hi,
I would like know where are the hooks for download and i how and where implents.
I need when i recieve a entry form send information to a webservice(SOAP)
thanx,
All of our documentation regarding hooks is here:
http://www.gravityhelp.com/documentation/page/Developer_Docs
You will want to look at gform_after_submisison for pushing data to a web service.
Hi,
which file i have to put the hook(code) ?
-. theme/functions.php?
-. plugins/gravityforms/gravityforms.php
-. plugins/gravityforms/form_display.php
Thanks,
Hook code:
http://pastebin.com/DujFLeng
It would go in your theme's functions.php file.