First update after 20 december 2024 needs extra attention!

Conditional Fields 2.5.5 and later use new folder and file names.
As a result, the plugin will deactivated automatically the first time that you update from version 2.5.4.
Please make sure to activate the plugin manually after the update.

Read more

briandrezzer14

Form

    Form Code

    <label>
    [select* your-subject first_as_label "Label1 *" "Label2|blablabla@blablabla.be" "Label3|blablabla@blablabla.be" "Label4|blablabla@blablabla.be" "Label5|blablabla@blablabla.be" "Label6|blablabla@blablabla.be" "Label7|blablabla@blablabla.be"] </label>
    
    <label>
    [text* your-name placeholder "Name *"] </label>
    
    <label>
    [email* your-email placeholder "E-mail *"] </label><br/>
    
    [group gr-selected]
    [text* your-country placeholder "Country *"]<br/>
    
    [number* zip placeholder "Zip *"]
    [/group]
    
    <label>
    [textarea your-message placeholder "Text *"] </label>
    
    <br>
    
    [submit "SEND"]

    Email Code

    Name : [your-name]
    
    E-mail : [your-email]
    [gr-selected]
    Country: [your-country]
    
    Zip code: [zip]
    [/gr-selected]
    Text : [your-message]

    Conditional Fields

    show group if field operator value

    gr-selected if your-subject equals Label7 
    gr-selected if your-subject equals Label6 
    gr-selected if your-subject equals Label5 
    gr-selected if your-subject equals Label4 
    gr-selected if your-subject equals Label3 
    gr-selected if your-subject equals Label2 

     

    https://wordpress.org/support/topic/issue-custom-mail/