I have a form which contains words which are capitalized and are in lowercase within the form. I created a drop down box with the words and created floating fields where the words are to be entered. The problem I am running into is that if the word is capitalized within the drop box, it will capitalized the word in the area of the form where is should not be capitalized. Is there a way to fix this?
I think you'll need to use two different floating fields. One for the capitalized strings and one for the lowercase string. In the latter, you add a script to copy the value from the dropdown list and convert it to lowercase.
I think you'll need to use two different floating fields. One for the capitalized strings and one for the lowercase string. In the latter, you add a script to copy the value from the dropdown list and convert it to lowercase.