Hi All,
I have a TEXTAREA field where users on my site will enter a personal bio. I want to disable them from entering HTML tags in there.
I know I could parse them out, but this could become a real pain. Is there any way to get the browser to just display the text as enetered? This would act at least as a deterrent, in that the HTML would not be processed...
thx !
I have a TEXTAREA field where users on my site will enter a personal bio. I want to disable them from entering HTML tags in there.
I know I could parse them out, but this could become a real pain. Is there any way to get the browser to just display the text as enetered? This would act at least as a deterrent, in that the HTML would not be processed...
thx !