+x n.lee.20 - 10/13/2020Thank you very much that is now sorted. But, I have now uncovered another issue. I have tried to use the quit function in my expt:/ quit = [radiobuttons.Q1_Consent.selectedvalue == "0" || radiobuttons.Q2_Consent.selectedvalue == "0" || radiobuttons.Q3_Consent.selectedvalue == "0" || radiobuttons.Q4_Consent.selectedvalue == "0" || radiobuttons.Q5_Consent.selectedvalue == "0"]Example Question<radiobuttons Q1_Consent>/caption = "I understand ... "/ options = ("AGREE", "DISAGREE")/ optionvalues = ("1", "0")/required = true/orientation =horizontal</radiobuttons>It closes the message but doesn't go to the finish page instead I get an error message:'This command is obsolete and will be ignored.' Is this an issue occuring from the quit command?Thanks