Forum
Radio Button options not displaying.
On my Dev version of my site I have installed Perch version 2.8.21 and my Form App radio buttons display fine. On my Staging version of my site I have installed Perch version 2.8.23 and my Form App radio buttons only display the one button with no labels.
<perch:input id="interested" label="Interested" type="radio" options="Yes|yes,No|no" class="radio" wrap="div.radio"/>
Perch version 2.8.21 Output ...
<div class="radio">
<input id="form1_interested1" class="radio" type="radio" value="yes" name="interested">
<label for="form1_interested1">Yes</label>
</div>
<div class="radio">
<input id="form1_interested2" class="radio" type="radio" value="no" name="interested">
<label for="form1_interested2">No</label>
</div>
Perch version 2.8.23 Output ...
<div class="radio">
<input id="form1_interested0" class="radio" type="radio" checked="checked" name="interested">
</div>
I noticed on the update notes something to do with radio buttons? Is this broken?
This has been fixed for the next release - there was a thread about it a few back.
Ok Thanks
Searching this forum for "Radio Buttons" does not display the thread you mentioned. One would have to search "Radio Input" or just "Radio" to produce the referred thread https://forum.grabaperch.com/forum/01-18-2016-radio-inputs-not-outputting-correctly-since-2823
Seems that you have to be exact in your forum queries to get good results. Many queries produce "no results".
Ok, great. It's fixed, so the next release will correct things. Sorry for the problem!