Millisecond Forums

Checkboxes Appearing on next survey page?

https://forums.millisecond.com/Topic27539.aspx

By jjtaylor - 7/31/2019

Hello,

I have a checkboxes question in my demographics and when you move on to the next page the checkboxes are still faintly there in the background. Has this problem happened to anyone else and are there any suggestions? Thanks!

<dropdown ethnicity>
/ caption = "Ethnicity"
/ options = ("Hispanic or Latino", "Not Hispanic or Latino")
</dropdown>


<checkboxes race>
/ caption = "Race"
/ options = ("African American/Black", "American Indian/Alaska Native", "Asian American", "Native Hawaiian/Pacific Islander",
"White/European American", "Hispanic (Latino American/Mexican American/Mexican/Chicano)", "Middle Eastern/Arab American",
"East Asian", "Southeast Asian", "South Asian", "Other")
/orientation = vertical
</checkboxes>

<textbox other>
/ caption = "If you selected American Indian/Alaska Native or Other, please describe your tribal affiliation or race you most identify with:"
/ required = false
</textbox>



<dropdown borninusa>
/caption = "Were you born in the US?"
/ options = ("Yes", "No")
/required = true
</dropdown>

<textbox yearsinusa>
/ caption = "How many years have you lived in the US?"
/ mask = integer
</textbox>

<dropdown englishfirst>
/caption = "Is English your first language?"
/ options = ("Yes", "No")
/required = true
</dropdown>

<textbox englishopen>
/ caption = "If you answered 'No' above, what is your first language?"
/ required = false
</textbox>

<textbox englishopen2>
/ caption = "If English is not your first language, at what age did you start speaking English?"
/ required = false
</textbox>


<surveypage dems1>
/ questions=[1=ethnicity; 2=race; 3=other]
/ itemfontstyle = ("Verdana", -18, false, false, false, false, 5, 0)
/ orientation = horizontal
/ showpagenumbers = false
/ showquestionnumbers = false
/ txcolor = (0,0,0)
</surveypage>

<surveypage dems2>
/ caption = "Please provide the following demographic information.~n"
/ questions=[1=borninusa; 2=yearsinusa; 3=englishfirst; 4=englishopen; 5=englishopen2]
/ itemfontstyle = ("Verdana", -18, false, false, false, false, 5, 0)
/ orientation = horizontal
/ showpagenumbers = false
/ showquestionnumbers = false
/ txcolor = (0,0,0)