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

Conditional success message

You can use conditional fields in the success or error messages as well.

Example form:

[radio r use_label_element "show success message 1" "show success message 2"]
[group s1][/group]
[group s2][/group] 
[submit "Submit"]

Conditions:

show [s1] if [r] equals "show success message 1"
show [s2] if [r] equals "show success message 2"

Now, under the Messages tab, you can use group tags to determine which success message should show depending on the group that was visible during form submission.

Result: