• Resolved btxtiger

    (@btxtiger)


    [radio field1 use_label_element default:2 "Sí|Ja" "No|Nein"]

    I was expecting definig a condition like this would work:
    show [group_field1] if [field1] equals "Ja"

    But its only working like this:
    show [group_field1] if [field1] equals "Sí"

    This is really inconvenient if I have to cover all languages.

    • This topic was modified 1 month ago by btxtiger.
    • This topic was modified 1 month ago by btxtiger.
    • This topic was modified 1 month ago by btxtiger.
    • This topic was modified 1 month ago by btxtiger.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Hi, that’s right. Contact Form 7 is designed in such a way that the data behind the pipes is considered private data that is only available server side. In order for the conditional logic to be fast it can only rely on information that is available client side.

    If you are trying to make complex multilingual forms, you might be interested in custom functions (available in conditional fields PRO). These would allow you to create your own logic. I can assist you in setting up such a form if you want.

    Thread Starter btxtiger

    (@btxtiger)

    Ok I see… Thanks

    I’m more and more willing to create ContactForm 8 with a more modern API and usability??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.