• Resolved funsail

    (@funsail)


    Default sign-up form has fields added eg
    <input type=”hidden” name=”INTERESTS[398247293874]” value=”On”>
    which works in [mc4wp_form id=”27458″]

    But using [mc4wp_checkbox “Subscribe to our newsletter?”] these aren’t used.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @funsail,

    Can you please try changing the above code with below and let us know if that works?

    <input type="hidden" name="MC4WP-INTERESTS[398247293874]" value="On">

    Also, please generate the code again using our form to make sure the value matches your MailChimp list.

    Thread Starter funsail

    (@funsail)

    No doesn’t make any difference.
    Do you understand what I mean? It’s only not working in the Contact7 forms. It’s not injecting any code at all

    <span class=”mc4wp-checkbox mc4wp-checkbox-contact-form-7″><label><input name=”_mc4wp_subscribe_contact-form-7″ value=”1″ checked=”checked” type=”checkbox”><span>Sign up</span></label></span>

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Please note that our shortcode for CF7, does not add any additional code. You will need to copy the code from our forms and add it to your CF7 or any other custom form you might be using.

    I hope I have explained better.

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

The topic ‘Hidden fields Contact7’ is closed to new replies.