Hi all,
I have a form to enter participant data for a study. There is a field "participantID" which is entered manually as numeric 1-100. I want to be able to do a couple of things.
1) The next field "groupType" should autopopulate as "I" if "participantID" is 1-50 and "C" if "participantID" is 51-100.
2) The field "classAttended" should only display a specific list based on whether "groupType" is I or C. I want a list like "Class1, Class2, Class3" to display for when "groupType" = I, but I only want "Class1, Class3" to display if "groupType" = C.
Thanks for any help in advance!
I have a form to enter participant data for a study. There is a field "participantID" which is entered manually as numeric 1-100. I want to be able to do a couple of things.
1) The next field "groupType" should autopopulate as "I" if "participantID" is 1-50 and "C" if "participantID" is 51-100.
2) The field "classAttended" should only display a specific list based on whether "groupType" is I or C. I want a list like "Class1, Class2, Class3" to display for when "groupType" = I, but I only want "Class1, Class3" to display if "groupType" = C.
Thanks for any help in advance!