Can you confirm this works with your plugin version 1.3.1?
Because I have troubles displaying conditional fields value on step 2 of a 2 step form.
Here’s the code I’m using (simplified)
Step1
[group timegroup][group timegroup2][group timegroup3]
<label>Service time
[select* time "" "07:00" "08:00" "09:00" "10:00"]</label>
[/group][/group][/group]
[group smallhours]
<label>Service time
[dynamicselect hours "wpcf7_dynamic_select_hours"]</label>
[/group]
Step 2:
You are booking for this time [timegroup][timegroup2][timegroup3][multifom "time"][/timegroup][/timegroup2][/timegroup3] [smallhours][multiform "hours"][/smallhours]
-
This reply was modified 9 years, 1 month ago by banelicious.
Any news on this?
I’m interested in this exact issue too.