I have this configuration:
- website: https://marketing.fresconaturale.com that has only Joomla + AdminTools + Akeeba backup + Acymailing
website: https://seosite.fresconaturale.com that has all site (in the next few days will substitute https://www.fresconaturale.com) that has made in pure html+CSS+JS with NO backend at all
Well, I want to put a form in https://seosite.fresconaturale.com and when a user insert his e-mail autosubscribe to our newsletter system (https://marketing.fresconaturale.com) and, then, redirect. I follow this tutorial:
https://www.acyba.com/acymailing/106-acymailing-subscription-url.html
and I create this url:
http://marketing.fresconaturale.com/administrator/index.php?option=com_acymailing&ctrl=sub&task=optin&hiddenlists=1&user[email][email protected]&redirect=https://seosite.fresconaturale.com/email-ok/
I test it but admintools block me. I suppose that is normal because Acymailing try to access to administrator without the admin password...I don't want to insert in clear format the admin password, so how can achieve my purpose?