Form Logic Events and Radio Buttons

Tim Harvey

New Member
Form logic and the events manager does not work well with Radio buttons. See attached project. If you have the same ID for all of the options and you use a if condition to identify the value it sort of works ( I only tested with two radio buttons) but then you can't move them around with SetPosition or control them in other ways since they have the same ID. Also, you get error messages since more than one control has the same ID.
If each of the Radio buttons have different IDs then the event FieldValueChanged may work on one of the buttons but not consistently will all of them.
Tested under 9.0 and 9.1
 

Attachments

Joseph Kraebel

Administrator
Staff member
Hi Tim,

This does appear to be an issue and will log as a bug. I'm curious to know if you did try it referencing different control ids?
 
Top