I am creating a redcap form for repetitive data entry. To make it easier, I am using action tags @DEFAULT so copying over “scores” will be easier (basically, the default is set to max points unless denoted otherwise). Currently, I am using branch logic so that if I mark that a participant has taken a certain test, all fields will appear and auto populate with the default score. There is no issue there. My issue is that for when a person does not take a certain test, and I mark it as “not complete,” the branch logic and default clash so that I get a pop up for every single one of my fields with the default value that the info will be deleted. Is there a smarter way to do this so I don’t need to “x” out of 20+ pop ups? Please let me know and thank you so much!
I tried playing around with the branch logic and looking to override the message but that does not work