Group: Forum Members
Posts: 2,
Visits: 4
|
Hi, I am using the textbox function and am trying to constrain the answers to be capitalized. This is the current code, but I want to make it so that unless the answer (their first name) is capitalized, the participants cannot move on. How would I make this happen?
<textbox name> / caption = "Please enter your first name. Be mindful of capitalization." / txcolor = dimgray / position = (35%, 35%) / fontstyle = ("Arial", 2%, true, false, false, false, 5, 0) / textboxsize = (25,5) </textbox>
|