Hello,
it seems there is a bug regarding the Live Value element, specifically within the conditions:
In a multistep form, I have several Radio Option Wrappers with various options. In the first step, the user selects a main option, and the subsequent steps show specific sub-options depending on that initial choice.
I am using Live Values to display the selected main option and additional Live Values for the sub-options. Each sub-option Live Value has a condition tied to the main option (e.g., Condition: Field “Main Option” is equal to “xyz”).
The problem: If I navigate back in the form and change the main option, the old Live Value (from the previous sub-option) remains visible. The condition does not seem to re-evaluate or recognize that the main option has changed.
Furthermore, it would be highly beneficial if changing a selection in an early step of a multistep form would automatically reset the fields in subsequent steps that were previously selected. This currently causes significant issues during data evaluation, as those fields are still treated as “active” even though they should no longer be relevant.
One additional question: Why do options within a radio group not mutually exclude each other regarding their “checked” status? Once selected, an option’s status remains “Checked=true,” even if another option within the same radio group is selected afterwards.
