2 of 2
2
https gotcha
Posted: 22 January 2008 09:50 PM   [ Ignore ]   [ # 16 ]
Newbie
Rank
Total Posts:  3
Joined  2008-01-19

hey Mitchell, thanks.
I tried using freeform_module_insert_begin with freeform. But I really don’t know how to use it. Do you need to enable it in the freeform?

if (isset($EXT->extensions['freeform_module_insert_begin']))
  
{
   $data 
$EXT->call_extension('freeform_module_insert_begin'$data);
echo 
"hi"; exit
   if (
$EXT->end_script === TRUE) return;
  
}

just to check I wrote a echo stmt in ‘freeform_module_insert_begin’ extension hook but its not getting displayed. Am I doing it correctly?
Please help. If any tutorial is available on this Please provide.

Profile
 
 
Posted: 23 January 2008 06:56 AM   [ Ignore ]   [ # 17 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  702
Joined  2004-03-30

Honestly using EE extension hooks is pretty advanced stuff. You may prefer to contract with someone to build an extension for you that works on the Freeform hooks.

mk

 Signature 

Mitchell Kimbrough

Profile
 
 
   
2 of 2
2