• Resolved Branding Addicted

    (@brandingaddicted)


    Hi guys,
    we noticed a big problem in email sending.
    We created this form:

    <!– CONDITIONAL –>
    <div style=”background-color:#e40421; color:#ffffff;margin-bottom: 30px;”>
    [dynamichidden you-codcli “CF7_GET key=’store_id'”]
    <p style=”font-size:2em;font-weight:bold;”>YOU CHOOSE THIS MECHANIC:</p>
    [group name50]
    <p style=”font-size:1.4em;font-weight:bold;”>MECHANIC 01</p>
    address address address
    Tel.: 999 999 999
    [hidden emailofficina “[email protected]”]
    [/group]
    [group name50]
    <p style=”font-size:1.4em;font-weight:bold;”>MECHANIC 02</p>
    address address address
    Tel.: 999 999 999
    [hidden emailofficina “[email protected]”]
    [/group]
    [group name50]
    <p style=”font-size:1.4em;font-weight:bold;”>MECHANIC 03</p>
    address address address
    Tel.: 999 999 999
    [hidden emailofficina “[email protected]”]
    [/group]
    </div>
    <!– EN CONDITIONAL –>
    <!– FORM –>
    <div>
    <p>Honda SH Model</p>
    <p>[select* your-model include_blank “SH 125/150 (2005 > 2009)” “SH 125/150 – Doppio Disco (2010 > 2013)” “SH 125/150 – ABS (2013 > 2016)” “SH 300 (2007 > 2015)”]
    </p>
    <p>Enrolment Year</p>
    <p>[select* your-anno include_blank “2017” “2016” “2015” “2014” “2013” “2012” “2011” “2010” “2009” “2008” “2007” “2006” “2005”]
    </p>
    <p>Nome e Cognome</p>
    <p>[text* your-name placeholder “es. Mario Rossi”]</p>
    <p>Telefono</p>
    <p>[text* your-phone placeholder “es. 060606 oppure 333444555”]</p>
    <p>Indirizzo email</p>
    <p>[text* your-email placeholder “es. [email protected]”]</p>
    <p>[submit “SEND”]</p>
    </div>
    <!– END FORM –>

    Then we created rules to show the right group of information…and until this step everithing goes right: when a customer choose one !

    In email settings, we put [emailofficina] in To field.

    But here start problems: both if customer choose the first or second or third mechanic, the email will arrive to the third address ([email protected]).

    It seems “hidden emailofficina” field to register only the last value we pass.

    Could you help us to fix it?
    Thanks

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    all field names need to be unique

    Thread Starter Branding Addicted

    (@brandingaddicted)

    Sorry, I wrote wrong code in first post, I write again in correct way:

    <!– CONDITIONAL –>
    <div style=”background-color:#e40421; color:#ffffff;margin-bottom: 30px;”>
    [dynamichidden you-codcli “CF7_GET key=’store_id’”]
    <p style=”font-size:2em;font-weight:bold;”>YOU CHOOSE THIS MECHANIC:</p>
    [group name01]
    <p style=”font-size:1.4em;font-weight:bold;”>MECHANIC 01</p>
    address address address
    Tel.: 999 999 999
    [hidden emailofficina “[email protected]”]
    [/group]
    [group name02]
    <p style=”font-size:1.4em;font-weight:bold;”>MECHANIC 02</p>
    address address address
    Tel.: 999 999 999
    [hidden emailofficina “[email protected]”]
    [/group]
    [group name03]
    <p style=”font-size:1.4em;font-weight:bold;”>MECHANIC 03</p>
    address address address
    Tel.: 999 999 999
    [hidden emailofficina “[email protected]”]
    [/group]
    </div>
    <!– EN CONDITIONAL –>
    <!– FORM –>
    <div>
    <p>Honda SH Model</p>
    <p>[select* your-model include_blank “SH 125/150 (2005 > 2009)” “SH 125/150 – Doppio Disco (2010 > 2013)” “SH 125/150 – ABS (2013 > 2016)” “SH 300 (2007 > 2015)”]
    </p>
    <p>Enrolment Year</p>
    <p>[select* your-anno include_blank “2017” “2016” “2015” “2014” “2013” “2012” “2011” “2010” “2009” “2008” “2007” “2006” “2005”]
    </p>
    <p>Nome e Cognome</p>
    <p>[text* your-name placeholder “es. Mario Rossi”]</p>
    <p>Telefono</p>
    <p>[text* your-phone placeholder “es. 060606 oppure 333444555”]</p>
    <p>Indirizzo email</p>
    <p>[text* your-email placeholder “es. [email protected]“]</p>
    <p>[submit “SEND”]</p>
    </div>
    <!– END FORM –>

    You are suggesting me to write:
    [hidden emailofficina01 “[email protected]”]
    [hidden emailofficina02 “[email protected]”]
    [hidden emailofficina03 “[email protected]”]

    So, what I need to write inside “TO” field in mail settings?
    http://prntscr.com/iqhwxp

    Thanks

    Thread Starter Branding Addicted

    (@brandingaddicted)

    Hi,
    any news for us?
    Thanks

    Plugin Author Jules Colle

    (@jules-colle)

    [name01][emailofficina01][/name01][name02][emailofficina02][/name02][name03][emailofficina03][/name03]

    Thread Starter Branding Addicted

    (@brandingaddicted)

    Hi Julius,
    it worked!
    Thanks

    Plugin Author Jules Colle

    (@jules-colle)

    sure thing! please consider leaving a review if you like the plugin 😉

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

The topic ‘Problem with conditional email’ is closed to new replies.