[bug] radios group > selected value > all values like first value

Set a default selected value in a ChronoForms radio group.

Overview

The issue occurred because a bug in CF caused all radio button values to incorrectly display as the first option when a default selection was set.
Update to the latest version of CF where this bug has been fixed.

Answered
ChronoForms v8
Hi there,

possible bug in field "radios group":
When i add behavior "selected value(s)", all values become first the first value/options

[example 1]
options:
y=yes
n=no
behavior: none
=> success

[example 2]
options:
y=yes
n=no
behavior: Selected Value(s): n
=> error; the forms shows "(•) yes" twice; html source as follows

[example 2 html source]
<div class=" fields ">
<div class="field">
<div class="nui checkbox radio">
<input type="radio" name="bShowContributor05" tabindex="0" class="hidden" value="y">
<label>ja</label>
</div>
</div>
<div class="field">
<div class="nui checkbox radio">
<input type="radio" name="bShowContributor05" tabindex="0" class="hidden" value="y">
<label>ja</label>
</div>
</div>
</div>

How can we turn this effect off?
Thanks!
Max_admin Max_admin 21 Nov, 2023
Answer
bug fixed for the next update, thank you for reporting!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Post a Reply