Acajoom Intergration? - Crosstec
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 123
TOPIC: Acajoom Intergration?
#9414
Re:Acajoom Intergration? 11 Months, 1 Week ago Karma: 0
With the help of iJoobi I was able to find a much easier way to do this with the free version of Acajoom. In your form make sure there is a firstname field with the name First_Name_input and a surname field with the name Last_Name_input and an email field with the name Email_Address_input then in the submit pieces for the form put in a custom end submit as follows

// load the standard library
$this->execPieceByName('ff_InitLib');
$name = ff_getSubmit('First_Name_input').' '.ff_getSubmit('Last_Name_input');
$email = ff_getSubmit('Email_Address_input');
header( 'Location: index.php?option=com_acajoom&act=subscribe&listid=14&receive_html=1&email='.$email.'&name='.$name );

All this does is after the form is submitted it forwards through and passes the relevant values to the Acajoom subscription form. It means the uyser will see the Acajoom message after the form is submitted so I just changed administrator/components/com_acajoom/language/english.php to have a generic message that thanks the user and provides a link back to the homepage so that it would be a suitable landing page for any form submission used on the site.
webuser
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/10/09 09:17 By webuser.
The administrator has disabled public write access.
 
#14844
Re:Acajoom Intergration? 1 Month, 2 Weeks ago Karma: 0
I'm sorry I'm trying to do the same thing.
I could explain in detail how to do?

are Italian and use a translator
vincenzo
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Gender: Male vincenzo di giacomo Location: napoli Birthday: 07/29
Se puoi fare ciò che vuoi, non sempre puoi fare ciò che non sai.
The administrator has disabled public write access.
 
Go to topPage: 123
Moderators: , TheMuffinMan