Where a site has more than one Acymailing list, how do you specify which one a user is added to when entering their e-mail address on the coming soon page? It appears right now that the user is added to? Is there a place to specify the Acymailing list id(s) in the back-end or in the PHP files?
Hi eileen,
Thanks for contacting us and choosing our product!
About your question when user entering their email. It will process in php file and store in database.
You can see the code in:
{root}/media/plg_juxcomingsoon/soon.php
from line 385 to 411.
Hope this help!