Hi everyone,
I’m having trouble capturing radio button values in Wized. The radio buttons work correctly in the browser (I can select them and they toggle properly), but the value is showing as null in the Data Store.
My HTML structure-
<input type="radio" name="billing_address" wized="billing_address" class="form_ui_input" value="same" checked> <input type="radio" name="billing_address" wized="billing_address" class="form_ui_input" value="different">
The Problem: When I select either radio button, the value in the Data Store remains null. I can see in the browser DevTools that the radio inputs have the correct name and value attributes, but Wized isn’t capturing the selected value.
Read-only link- Wized
Path - /checkout

