Hi,
I'm trying to integrate Acymailing and Chronoforms V4 over J! 3.1.1
I'm following the acy guide:
http://www.acyba.com/en/support/documentation/107-acymailing-chronoform.html
I cannot understand how to set CURL, should I add an Action in the form and insert a CURL?
I'm trying to integrate Acymailing and Chronoforms V4 over J! 3.1.1
I'm following the acy guide:
http://www.acyba.com/en/support/documentation/107-acymailing-chronoform.html
I cannot understand how to set CURL, should I add an Action in the form and insert a CURL?
I had not been able to let it work.
I've installed the action the setted it with index.php as url and following:
ctrl=sub
task=optin
option=com_acymailing
hiddenlists=2
subscription={subscription}
user[name]={name}
user[email]={email}
should I substitute {name} and {email} with my fields names?
I've installed the action the setted it with index.php as url and following:
ctrl=sub
task=optin
option=com_acymailing
hiddenlists=2
subscription={subscription}
user[name]={name}
user[email]={email}
should I substitute {name} and {email} with my fields names?
Ok, I've found.
ctrl=sub
task=optin
option=com_acymailing
hiddenlists=2
subscription={subscription}
user[name]={input_text_2}
user[email]={input_text_5}
Then I've setted my field to select newsletters to subscribe as "subscription" (I use a multi-check box to select which newsletters user want to choose).
ctrl=sub
task=optin
option=com_acymailing
hiddenlists=2
subscription={subscription}
user[name]={input_text_2}
user[email]={input_text_5}
Then I've setted my field to select newsletters to subscribe as "subscription" (I use a multi-check box to select which newsletters user want to choose).
Hi deltafidesign,
Please drag a Debugger action into the On Submit event, then submit the form and post the debug results here.
Bob
Please drag a Debugger action into the On Submit event, then submit the form and post the debug results here.
Bob
This topic is locked and no more replies can be posted.