Closed (fixed)
Project:
Marketo Munchkin (deprecated)
Version:
7.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2012 at 22:30 UTC
Updated:
11 May 2012 at 19:10 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedThis is a marketo_munchkin.example file included with both the D6 and D7 versions of the module which has examples of how to implement the hooks as well as tie your forms into the API. I will create some better documentation.
Comment #2
robomalo commentedThanks for responding. I guess what I was looking for was people have tied MYMODULE_marketo_create_data() to hook_form_submit() (if that is the correct way of doing it). I think I am going to add everything from $form_state['values']['submitted'] to MYMODULE_marketo_create_data() (using my module name of course).
What are all the "TYPES" in hook_marketo_create_TYPE_data()?
Comment #3
robomalo commentedSorry to bombard you..."There are several hooks developers can use to modify Lead data prior to submission..."Do the hooks provided only work prior to submission? All the info I need would come from the form itself so it would be post submission.I read the module code. NM.
Comment #4
Anonymous (not verified) commentedI have added more documentation.