Hi,
i want make a script after the submission of the form.
I want use the gform_post_submission hook.
I am sure that all data is saved correctly before this hook?
There's some api of the hook/s?
Thanks
Hi,
i want make a script after the submission of the form.
I want use the gform_post_submission hook.
I am sure that all data is saved correctly before this hook?
There's some api of the hook/s?
Thanks
Data is saved before this hook is called. Documentation for hooks is in our documentation section under Developer Docs:
http://www.gravityhelp.com/documentation/page/Developer_Docs
There is no API of hooks. What are you trying to do after you submit the form?
Hi David,
thanks for the link.
After the form submit i want call a php script. Now this script is calling by a cron job every day, but it would be better for each registration..
Yes, you'll probably want to hook into the post_submission hook. Let me know how it goes.
Sorry but I had to change strategy based on requests from the boss :)