Forum Discussion
LienGilhooley
7 years agoQrew Cadet
if (/a=nwr/i.test(querystring)) {
$("#_fid_43").attr("readonly", "true");
$("#_fid_27").on("change", function() {
switch($(this).val()) {
blah, blah, blah
fid_27 is currently a multi-choice text field. On the form, if I select the option to display this field as radio buttons, the OnChange event never fires. I've also tried the OnClick event and that does not work either.
$("#_fid_43").attr("readonly", "true");
$("#_fid_27").on("change", function() {
switch($(this).val()) {
blah, blah, blah
fid_27 is currently a multi-choice text field. On the form, if I select the option to display this field as radio buttons, the OnChange event never fires. I've also tried the OnClick event and that does not work either.