Not working with Conditional Fields when with nested group
-
Hi,
I have two pages with the contact form 7, they’re connecting with your plugin. It’s all good when I only have the normal condition logic group. However, the multistep cannot get the values of the the second group when I put a group as the parent group.
The structure now is like:
[select “a” “b”]
[group group-a]
[radio radio default:1 “a-1” “a-2”]
[group group-a-1]
[text text-a-1]
[/group]
[group group-a-2]
xxxx
[/group]
[/group]
[group group-b]
[radio radio default:1 “b-1” “b-2”]
[group group-b-1]
[text text-b-1]
[/group]
[group group-b-2]
xxxx
[/group]
[/group]
[submit]
[multistep “1-2-link2”]The multistep can catch all the a-1 and b-1 info, but will get null value with a-2 and b-2 as there is no value display on the confirmation letter for text-b-1, only show [ text-b-1].
If I remove the top select condition logic and it’s all good when test separate. Could you help me find what’s the issue? I know your plugin has cache issue when store info. Is that the reason?
Regards,
Moon
The topic ‘Not working with Conditional Fields when with nested group’ is closed to new replies.