I'm using Invision Free, a free software/hosting. There is this one code and it kind of has a flaw that it only outputs everything to lowercase.
I'm guessing it could be pinpoint to:
Code:
var lowid = proptid.value.toLowerCase();
If thats the case, what do I type so that its case correct?
Here is the link to the script:
http://www.webpost.net/mo/moosescripts/raindropcp.js
My problem is below:
Here is the GUI on Admin Control Panel (the step to newly create the option)
Here is the GUI on User Control Panel (created and users edit it)
Here is the code that produces the above output:
Here is the result and evidence that it turns it all into lowercase:
How do I make it so that its case-correct?
|