Viewing 1 replies (of 1 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Frpratt2,

    It seems that you’re using form mark-up in which the birthday fields are splitted up into 2 separate fields: one for the month number and one for the day number.

    Our plugin doesn’t yet support this although I have just added support for this to the development version of our plugin. So, to fix this we have 3 choices.

    1. Install the development version of the plugin on your site by downloading it here. You can safely overwrite the files in /wp-content/plugins/mailchimp-for-wp/, you won’t lose any of your settings.

    or…

    2. Wait until we release an official update of the plugin, most likely later this week.

    or…

    3. Replace the fields code for your birthday & anniversary fields with the following code.

    <div class="mc-field-group size1of2">
    	<label for="mce-MMERGE5">Your Birthday </label>
    	<div class="datefield">
    		<input class="birthday" type="text" value="" placeholder="MM/DD" size="4" maxlength="5" name="MMERGE5" id="mce-MMERGE5">
    		<span class="small-meta nowrap">( mm / dd )</span>
    	</div>
    </div>
    
    <div class="mc-field-group size1of2">
    	<label for="mce-MMERGE6">Your Anniversary </label>
    	<div class="datefield">
    		<input class="birthday " type="text" value="" placeholder="MM/DD" size="4" maxlength="5" name="MMERGE6" id="mce-MMERGE6">
    		<span class="small-meta nowrap">( mm / dd )</span>
    	</div>
    </div>

    Hope that helps. If not, let me know!

Viewing 1 replies (of 1 total)
  • The topic ‘Birthday and Anniversary not sticking’ is closed to new replies.