• Resolved emporio3

    (@emporio3)


    Hi,

    I have a checkbox (name is CUCINA) that with logic condition it shows a group of 2 text field below (COLORE and DIMENSIONE).
    If CUCINA is unchecked in email you will not recieve that field. But if you check and write in the field below and after you uncheck cucina (cause maybe was a mistake) in the email you will still receive the field below (not cucina).
    I would know if it possible that when you uncheck CUCINA also field below disappear on the email.

    This is the form:
    [checkbox cucina “Cucina componibile”]
    [group gruppocucina]
    Colore/Finitura:[text colorecucina id:textcolore maxlength:100 size:100]
    Dimensioni:[text* dimensionicucina id:textdimensione maxlength:100 size:100 placeholder”Inserisci tutte le dimensioni (parete 1, parete 2, isola, penisola..)”]
    [/group]

    This is the email:
    <div style=’border:2px dotted #6fc1b2′ width:100px>
    [cucina]
    [colorecucina]
    [dimensionicucina]
    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    [group gruppocucina]

    Contact Form 7 doesn’t provide this type of tags. Maybe you are using another plugin.

    Thread Starter emporio3

    (@emporio3)

    I’m using contact form 7 and Contact Form 7 Conditional Fields (another plugin).

    I think i’m resolving on this way:

    Write the group also in the email:

    [cucina]
    [gruppocucina]
    [colorecucina]
    [dimensionicucina]
    [/gruppocucina]

    Bye

    • This reply was modified 8 years ago by emporio3.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘When uncheck checkbox still send email of field below in group’ is closed to new replies.