I have created a form, in which the user can choose between four variations of a service from a radio button group. I have also created four corresponding read only sections with specifications for the respective service alternatives that are turned on/off depending on the selected radio button alternative and published immediately below the radio button group.
It all works as intended, but depending on which alternative is selected, the conditional section is moved down the form, creating an increasing distance between the radio button group and the section:
- Selecting radio button "0" - displays section "A" as intended immediately below the button group.
- Selecting radio button "1" - displays section "B", now with a gap between the button group and the section
- Selecting radio buttons "2" or "3" increases the gap accordingly.
Is this as intended or a bug? I would like all conditional sections to maintain the same position as section "A" as described above.
Hoping to have provided a comprehensible description, can you comment on this?