<div class="custom-form">
<label>Select your option</label>
[radio radio-958 use_label_element default:1 "option1" "option2"]
[group Selection1]
<label>selection 1 <em>(unit)</em>
[number* Q_x id:Q_x "10.00"]
</label>
[/group]
[group Selection2]
<label>Selection 2 <em>(unit)</em>
[number* P_x min:0.01 max:100 id:P_x step:0.01 "8.00"]
</label>
[/group]
This used to show either the first group or the second group depending on the user's selection. Now, it shows everything including the text "[group Selection1]..." on the frontend.
Could you please direct me to what may be the cause?
Thank you.