Forum Discussion
ErinSadler
7 years agoCommunity Member
Text entry must contain
Hallo - I've been trying to find or think up a workaround for this but I can't! Can anybody help?
I have a text entry field that I want users to complete - they can write anything at all, but it m...
Steven_Haigh
4 years agoCommunity Member
I've also tried changing the Var n to a different letter as I appreciate that a duplicate of the letter will confuse it. So:
var n = str.search("drain");
var o = str.search("Drain");
var p = str.search("coolant");
var q = str.search("Coolant");
etc...
And then updated the second part accordingly, but this still didn't work. I'm sure that there is a simple solution.
Related Content
- 8 months ago
- 10 years ago
- 2 years ago