I think the title about sums it up:
Are you able to tell me the name of the submit function/hook?
Regards
I think the title about sums it up:
Are you able to tell me the name of the submit function/hook?
Regards
There are two hooks which might be helpful, depending if you want to do something before storing the entry, or after.
gform_pre_submission
gform_post_submission
The developer docs are very good:
http://www.gravityhelp.com/documentation/page/Developer_Docs
There might be a hook closer to what you want to do. Post your question and we'll help you get it done.