Hi, a friend of mine has a mature Actinic V8 site and has been impressed recently by someone who's site runs an open-source MLM called Acymailing.
He asked me whether I could set one up for him, which I have in a sub-domain on his site.
Now, my experience of Actinic is practically non-existent but I've managed to add a subscribe box to the site successfully.
What I'd like to add is an opt-in (or opt-out - undecided as to what it should be - any advice appreciated) to the check-out process.
All I have to do is call the MLM thus:
my questions are:
Thanks in advance - Phil.
He asked me whether I could set one up for him, which I have in a sub-domain on his site.
Now, my experience of Actinic is practically non-existent but I've managed to add a subscribe box to the site successfully.
What I'd like to add is an opt-in (or opt-out - undecided as to what it should be - any advice appreciated) to the check-out process.
All I have to do is call the MLM thus:
siteaddress/index.php?option=com_acymailing&ctrl=sub&task=optin&hiddenlists=1&user[email]= john@example.com&user[name]=John
- Where should I add the code to acheive this
- Do I just imbed some html (a FORM for example)
- How do I get the values for [email] and [name]
Thanks in advance - Phil.
Comment