• Resolved dizuzu

    (@dizuzu)


    Hi,
    Thanks for the great plugin!

    I have tried to implement it on my page, but the fields are not being displayed, when i choose any of the values on which i set the conditions.

    Here is the form:

    
    <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"]
    

    here are the conditions :

    If [menu-935] equals"A>B" then show [group-18]
    If [menu-935] equals "B>A" then show [group-906]

    I read the tutorial many times. And cannot figure what’s wrong. The form is so simple. Yet, it does not display the options for any of the selected values. 🙁

    Thank you in advance.

    • This topic was modified 7 years, 1 month ago by dizuzu.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fields are not displayed’ is closed to new replies.