PDA

View Full Version : How do i create a "text area" input in vbulletin options using costum eval ? SOLVED!


Vaupell
02-08-2010, 04:33 PM
How do i create a "test area" input in vbulletin options using costum eval ?

Is it ewen possible ?

thinking along the lines of


<textarea name="testarea" rows="10" cols="50">default text</textarea>


ofcourse setting data validation type to free
but all this does is add a Error..

Any suggestions ?

--------------- Added 1265655582 at 1265655582 ---------------

well /facepalm..

SOLVED


textarea

is all needed to be entered in the costum eval code field.. then it works..