php - Using Mailchimp API with Shopify -


I am trying to use the Mailchimp API to allow site visitors to subscribe to the site newsletter. Currently, with a default action, any signup that Mailchimp offers provides an opt-in email and opens a new email to thank you for subscribing, which I want to save. Instead, if I use the API, then I can set those options to false. The problem is that it does not appear that shopkeeping allows PHP or Ruby in its store code. I am looking for a week to solve, but I am getting hurt.

Here's a change for:

1.- Create a Wufu form with: Email Address

2.- Paste this Wufu form to your store. We will repeat the javascript version to paste it. It can look like this

enter image details here

3.- On your Wufoo form, choose to send notifications to your notifications tab, in other applications. On the dropdown, click on MailChimp Ad Integration and follow the steps. You will send all the email addresses in your desired mailchip list.

Enter image details here

The small problem is that Placeholders on the Wufu form are not disappearing on click, so the user needs to go inside the field and delete all the placeholders. (This could be a good issue because robots can not do this, and you should make sure that the user is actually involved in typing his email address.)


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -