Skip to content

SekerDAO/skeletonsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4754ee9 · Oct 26, 2022
Jan 11, 2022
Jan 24, 2022
Oct 11, 2022
Oct 26, 2022
Apr 10, 2022
Apr 26, 2022
Jan 24, 2022
Jan 11, 2022
Apr 26, 2022
Jan 14, 2022
Apr 23, 2022
Oct 19, 2022
Jan 4, 2022
Oct 19, 2022

Repository files navigation

SekerFactory Landing Page

Netlify Status

Mailchimp integration

To connect Subscribe form to the Mailchimp - you need to do following:

  1. Create new Signup form -> Embedded form in the Mailchim dashboard
    1. No need to configure it anyhow. Only thing we need is to create classic Embedded Form
    2. Then click on Generate Embed Code
    3. Then grab "action" from the <form> tag. It should look like action="https://xxx.xx.list-manage.com/subscribe/post?u=<VALUE_OF_U_VARIABLE>&amp;id=<VALUE_OF_ID_VARIABLE>"
  2. Copy .env.sample file and rename it to be just .env
  3. Fill in values.
    1. REACT_APP_SUBSCRIBE_FORM_DOMAIN corresponds to xxx.xx.list-manage.com
    2. REACT_APP_SUBSCRIBE_FORM_U corresponds to VALUE_OF_U_VARIABLE
    3. REACT_APP_SUBSCRIBE_FORM_ID corresponds to VALUE_OF_ID_VARIABLE
  4. For deploying anywhere - you just need to pass expected content of .env file as Environment Variables.

That's it! Subscribe form connected, from now on - you can collect mail addresses.