Title: Source
Last modified: September 2, 2019

---

# Source

 *  Resolved [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/source-8/)
 * In Mailchimp there’s a “Source” column which at present says “API”. I have two
   forms on my site, one for WooCommerce and one in the Footer. It would be great
   to transfer those words to that column depending on where the user subscribes
   from. Is that possible?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/source-8/#post-11897252)
 * Hi Greencode,
 * Definitely. I recommend creating a new field in your Mailchimp account of the
   type “text” or “hidden” and using that to keep track of which form was used.
 * You can then set-up multiple forms and include the following HTML to specify 
   the value of the list field we just created.
 *     ```
       <input type="hidden" name="LIST_FIELD_NAME_HERE" value="footer" />
       ```
   
 * And in the other form:
 *     ```
       <input type="hidden" name="LIST_FIELD_NAME_HERE" value="woocommerce" />
       ```
   
 * Please note that this requires [our Premium plugin](https://mc4wp.com/premium-features/)
   to be able to create more than 1 form.
 * Hope that helps. If not, let us know please.

Viewing 1 replies (of 1 total)

The topic ‘Source’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/source-8/#post-11897252)
 * Status: resolved