How to implement Acyba subscription with double opt-in in Chronoforms registration form

webix 25 May, 2020
Hi there,

im on looking for solution to implement a checkbox to subscribe Acyba Newsletter with double opt-in into Chronoforms6 Registration form on latest Joomla. Unfortunately all topics i found was related to very old versions of both software.

Any help is appreciated.

Thanks in Advance
Alex
Max_admin 25 May, 2020
First, is there a way to add subscribers to acyba using curl ? if there is then Chronoforms can do that!

2nd, how do you want the "double opt in" to work ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
webix 25 May, 2020
Tanks for answer,

i never did it before with CURL, but actualy it should work, as i read in other topics. I was just curios how exactly to implement this with Chronoforms6.

With double opt-in i mean, that user have to confirm his mail before his subsciption get active. But this should work, since acyba support this process by default, so i guess also with CURL solution.

Thanks
Alex
Max_admin 25 May, 2020
I'm not sure where to find information on the integration of acymailing with other components using CURL, do you have this info ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
webix 25 May, 2020
1 Likes
I did posted similar topic on acyba forum. Let see what answers ill get.. Ill post then in there. Thanks, Alex
Max_admin 26 May, 2020
I found this:
https://docs.acymailing.com/setup/subscription-to-your-lists/external-subscription

so you will need to set the curl action url to:
https://www.example.com/index.php?option=com_acym&ctrl=frontusers&task=subscribe&hiddenlists=1,3&user[email]=email@example.com
and you will need to replace the 1,3 values by your lists ids and the email by {data:email_field_name}
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.