Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks Danny, works great now.

    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: https://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="https://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)