Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
因此,我的网站上有两个单独的自定义表单集成到 MailChimp 中。目前他们都指向同一个列表,我决定改变它。我已经在 MailChimp 中创建了新列表并拥有新的列表 ID,但我不知道我现在需要在 php 中进行哪些更改????
大卫,
我假设您在隐藏输入中有 list_id 。$myListId = $this->getRequest()->getPost('product_id');使用类似于当您进行 API 调用时的方式获取 list_id ,请使用$myListId.
$myListId = $this->getRequest()->getPost('product_id');
$myListId