Title: digitalcrossover's Replies | WordPress.org

---

# digitalcrossover

  [  ](https://wordpress.org/support/users/digitalcrossover/)

 *   [Profile](https://wordpress.org/support/users/digitalcrossover/)
 *   [Topics Started](https://wordpress.org/support/users/digitalcrossover/topics/)
 *   [Replies Created](https://wordpress.org/support/users/digitalcrossover/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/digitalcrossover/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/digitalcrossover/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/digitalcrossover/engagements/)
 *   [Favorites](https://wordpress.org/support/users/digitalcrossover/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MC4WP: Mailchimp for WordPress] MailChimp for WP and CF7](https://wordpress.org/support/topic/mailchimp-for-wp-and-cf7/)
 *  [digitalcrossover](https://wordpress.org/support/users/digitalcrossover/)
 * (@digitalcrossover)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mailchimp-for-wp-and-cf7/#post-5549727)
 * Thanks Danny, works great now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MC4WP: Mailchimp for WordPress] MailChimp for WP and CF7](https://wordpress.org/support/topic/mailchimp-for-wp-and-cf7/)
 *  [digitalcrossover](https://wordpress.org/support/users/digitalcrossover/)
 * (@digitalcrossover)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/mailchimp-for-wp-and-cf7/#post-5549716)
 * Hi,
 * I’m trying to do somewhat the same, but it’s not working for me either. I’m trying
   to get the Phone Number and Event Date to appear in the Mailchimp lists. Below
   is the code i’m using, and have tried several others. For opt-in, i’m using the
   hidden trick, no checkbox. Here’s also a screenshot of what the form merge tags
   are in the mailchimp list: [http://mixjockey.ca/mailchimp.png](http://mixjockey.ca/mailchimp.png)
 * Thanks in advance for any help.
 *     ```
       <p>Name<br />
           [text* your-name] </p>
   
       <p>E-mail<br />
           [email* your-email] </p>
   
       <p>Phone Number<br />
           [tel tel-844 mc4wp-MMERGE3]</p>
   
       <p>Event Date<br />
          [date date-603 mc4wp-MMERGE4]</p>
   
       <p>[checkbox* checkbox-596 default:1 " "] Agree to <a href="http://www.mixjockey.ca/contest-rules/" target="_blank">Contest Rules</a></p>
   
       <input type="hidden" name="mc4wp-do-subscribe" value="1" />
   
       <input type="hidden" name="_mc4wp_list" value="979dfccb75" />
   
       <p>[submit "Enter Contest"]</p>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)