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

dizuzu

Form

    Your Name


    Date


    Your Email

    Transfer option

    B Username:


    A Username:

    A Username:


    B Username:

    Amount(EUR):

    Form Code

    <label> <p>Your Name </p>
        [text* your-name] </label>
    <label> <p> Date</p>
    [date date-4]</label>
    <label><p> Your Email </p>
        [email* your-email] </label>
    
    <label><p> Transfer option </p>[select* menu-935 include_blank "A>B" "B>A"]</label>
    [group group-906]
    <label><p>B Username: </p> [text* text-924] </label>
    <label> <p>A Username: </p>[text* text-925]</label>
    [/group]
    [group group-18]
    <label><p>A Username: </p> [text* text-924] </label>
    <label> <p>B Username: </p>[text* text-925]</label>
    [/group]
    
    <label> <p>Amount(EUR): </p> [number* number-66 min:500 max:2000]</label>
    
    [submit "Send"]

    Conditional Fields

    show group if field operator value

    group-18 if menu-935 equals A>B 
    group-906 if menu-935 equals B>A