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

    (@jules-colle)

    You need to add more conditions by Clicking “Add new conditional rule”. If you ar talking about the names in the drop down lists, make sure to name your fields like I did in the tutorial: https://bdwm.be/wpcf7cf/how-to-set-up-conditional-fields-for-contact-form-7/

    IMPORTANT: After you made changes to you form, save it, then go to the conditional fields tab.

    good luck!

    I have the same issue, in your admin screenshot you have a dropdown to select “Show” or “Hide”, the current version only has “Show” hardcoded. I need some elements to be visible on load and then hide when conditions are met and some other elements to show. Is this possible?

    Plugin Author Jules Colle

    (@jules-colle)

    I see. the screenshot needs to be updated. I removed the “hide” option because the groups are hidden by default. so if you want a group to always show, and hide it when a condition is met you can do

    if field-a not equals "hello" then show group-a

    this will make sure group a is always visible, except when field-a equals “hello”

    Thread Starter slewis0706

    (@slewis0706)

    I see, thank you ??

    Hello Jules, your plugin is great but in this case doesn’t work properly.

    For example I want to hide submit button if nickname is info or admin or support:

    if [nickname] not equals “info” then show [submit-button]
    if [nickname] not equals “admin” then show [submit-button]
    if [nickname] not equals “support” then show [submit-button]

    but this multi-condition doesn’t work, I can see submit button all the time. It works only with one condition. So maybe your previous version with “Hide” works better.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hiding a field’ is closed to new replies.