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 に統合された 2 つの個別のカスタム フォームがあります。現時点では、どちらも同じリストに向けられていますが、変更することにしました。私はすでに MailChimp で新しいリストを作成しており、新しいリスト ID を持っていますが、PHP でどのような変更を加える必要があるのかわかりません????
デビッド、
非表示の入力に list_id があると仮定しています。次のようなものを使用して list_id を取得し$myListId = $this->getRequest()->getPost('product_id');ます。API 呼び出しを行うときは、$myListId.
$myListId = $this->getRequest()->getPost('product_id');
$myListId