Forum

Thread tagged as: Problem, Forms

Radio Inputs Not Outputting Correctly since 2.8.23

Since upgrading to 2.8.23, <perch:input type="radio" /> does not output the correct markup.

This:

<perch:input id="test" type="radio" options="red,blue"  />

Produces the following:

<input id="form1_test0" name="test" type="radio" checked="checked">
Creative Monster

Creative Monster 0 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

You're right - we've fixed it for the next update.

Great!