• Resolved Nadav Levi

    (@123nadav)


    Hello how are you guys?
    Want to ask a couple of things i didn’t understand and look to me wired in the docs about contact form 7 strings.

    First all the information i took from your docs:
    https://www.mc4wp.com/kb/

    ———-

    1. First, we will start with ADDRESS input for contact form 7.
    I looked here:
    https://www.mc4wp.com/kb/split-address-fields/

    And i see you can split the address parameters.
    i need only the zip code.
    But don’t have any record to contact form 7.
    i tried inside contact form 7 try to do something similar:
    input=ADDRESS[zip] id:address[zip]

    This is not work.
    I need the right input for CONTACT FORM 7 only for the ZIP as mention in the docs.

    ———-

    2. GDPR FOR THE LIST! (NOT THE WEBSITE HIMSELF) – AGREE_TO_TERMS
    This issue is more advance, i talk with the support in Mailchimp, and they say i must compile any SUBSCRIBER with GDPR field.
    Inside their system, have “INPUT” actually approve GDPR to any subscribe:

    <p>
        <label>
            <input name="AGREE_TO_TERMS" type="checkbox" value="1" required=""> <a href="https://locksmithunit.com/privacy-policy-2/" target="_blank">I have read and agree to the terms & conditions</a>
        </label>
    </p>

    Now this little tricky, because i do it in CONTACT FORM 7 with “acceptance” string:

    [acceptance mc4wp-AGREE_TO_TERMS id:agree_to_terms]I accept the <a target="_blank" href="https://locksmithunit.com/privacy-policy-2/">Terms of use</a>.[/acceptance]</p>

    as you see above, i try the prefix and the string… but i not sure if it works
    if you can approve me this is right:
    mc4wp-AGREE_TO_TERMS id:agree_to_terms
    and if it works with “acceptance” and actually transmitted to Mailchimp platform properly, and of course, if this client is GDPR complaint in the audience list:
    [acceptance mc4wp-AGREE_TO_TERMS id:agree_to_terms]

    If this not good, please provide the good string for GDPR the subscribers.

    ———-

    3. Adding Groups to Contact form 7 – docs is very wired
    Ok the last thing i didn’t understand and was little afraid of this instruction having in the docs.

    You ask yourself,
    Why?

    Ok, first, i did screenshot and mark for you, the problem, it is much easier:
    https://ibb.co/GTMq6y4

    as you see in the first example on the page you put:

    <select name="mc4wp-INTERESTS[ec75a797c8]">
    	<option value="5527b34480">Interest group 1</option>
    	<option value="462b888077">Interest group 2</option>
    </select>

    In the screenshot i mark you the second and the third example, they have extra [].
    This:
    <input name="mc4wp-INTERESTS[ec75a797c8][]" type="hidden" value="5527b34480" />

    As you see is different and have extra [].
    I need to add that []? Or its mistake in your docs? (looks to me little wired)

    Wow, this was long huh, hope this understandable all this info, please be happy for help.

    • This topic was modified 4 years ago by Nadav Levi.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lap

    (@lapzor)

    1. I do not recommend using the field of type “address” in Mailchimp. It has veru strict validation and needs to be a full and complete address with state and country and everything or else Mailchimp will just drop the whole address. Better to use normal text fields for the data you want to collect, and then you won’t have this issue.

    2. Our plugin does not support the Mailchip GDPR setting, we recommend to turn it off. The checkbox option that we included is just a required checkbox, so you can’t submit the form without checking the box, indicating that anyone who submitted the form has checked that box. It’s not saved in Mailchimp.

    3. The difference is using a select field or an input. That extra [] is needed when using input like a checkbox.

    Hope that helps. If you have any questions, please let me know!

Viewing 1 replies (of 1 total)

The topic ‘INPUT Parameters + Contact form 7’ is closed to new replies.