Add new subscriber to two lists at the same time
When people join some of my lists, I want to add them to an umbrella list at the same time.
I tried to change the code to the form like this:
1: <input type="hidden" name="list" value="3,4"/> (subscriber was only subscribed to list 3)
2: <input type="hidden" name="list" value="3"/> <input type="hidden" name="list" value="4"/> (subscriber was only subscribed to list 4)
How can I do this?
This discussion has been closed.
Comments
Hi Britt,
You can't edit Sendy's subscription code to send to 2 list at the same time. The code above is not functional.
To do anything out of the ordinary, you'd need to use Sendy's API http://sendy.co/api
Thanks.
Ben