I can't figure out how to add a user to an acymailing list with Chronoforms7. I've tried copying some older documentation suggestions by creating a cURL action like this:
https://xxxx.com./index.php?option=com_acymailing&ctrl=sub&task=optin&hiddenlists=1&user[name]={data:mealplan_name}&user[email]={data:mealplan_email}
Where the Acymailing list ID that I want people to be added to is 1, my form field name for name is mealplan_name and email address is mealplan_email address.

Not a coder so this is a bit over my head and skill level 🙂 and Chronoforms documentation/support is brutal.

jvstratum thanks for your help.

I tried:
https://www.myurl.com/index.php?option=com_acym&ctrl=frontusers&task=subscribe&hiddenlists=1&user[email]={data:mealplan_email}

added that to the curl action on the next form page after the submit button. The submit button fires and email action I have there but doesn't seem to add the curl action.

The "Use the POST command to send the data to the remote server" was already selected so i left that alone.
The "Include header in the response ?" was not selected and I left that alone.

Other than that I didn't do anything further to the cURL action.

In the Acymailing config I set:
Allow non-logged in users -to yes

Is there still something else I need to do?

15 days later

I'm really stuck here... I want to purchase Acymailing Enterprise but if I can't get it to work with Chronoforms7 which sadly is a must (it has the worst documentation/support ever) for my site, I'll need to find some way (manually?) to add users who fill out the chronoform with their email /name ... ?
Really need a solution.

Hi,

I came across this post on the Chronoform forum. It explains that when you copy/paste a link in the curl field characters might be replaced with URL Percent Encoding, because of which the curl fails. https://www.chronoengine.com/forums/posts/t106493/curl-for-acymailing-subscription-not-working-in-cf-6-0-20-joomla-3-9-1?keywords=acymailing%20curl

Can you try to remove the curl command and then enter it agian by typing it manually?