Home HiboTheme ABC – Theme Documentation Tips / Guides / Troubleshoots Get MailChimp Newsletter Form Action URL

Get MailChimp Newsletter Form Action URL

If you want to integrate MailChimp with your newsletter form, you need to obtain the Form Action URL to connect your form with your MailChimp audience list. Follow these simple steps to get your MailChimp Form Action URL and use it in your WordPress website.


Step 1: Log in to MailChimp

  1. Go to MailChimp and log into your account.
  2. Click on the Audience tab from the top navigation menu.
  3. If you have multiple lists, select the Audience where you want to collect email signups.

Step 2: Generate the Signup Form URL

  1. Inside your selected Audience, click on Signup Forms in the left sidebar.
  2. Select Embedded Forms.
  3. Customize the form settings as needed (choose Classic or Condensed styles for better integration).

Step 3: Copy the Form Action URL

  1. In the Embedded Form Code section, you’ll see an HTML <form> code.
  2. Look for the <form action="..." part inside the code.
  3. Copy the URL inside the action="..." attribute (It usually starts with https://...list-manage.com/subscribe/post?...).

📌 Example of a MailChimp Form Action URL:

<form action="https://xxxxxx.list-manage.com/subscribe/post?u=xxxxx&id=xxxxx" method="post">

✅ Copy the URL only (from https:// to id=xxxxx).


By following these steps, you can successfully retrieve your MailChimp Form Action URL and integrate it into your WordPress website’s newsletter signup form. 🚀