I want to add character count to silverstripe2.4 TextFiled in a Form, when ever an user enters data in the TextField right beside it or underneath it should show a message how many characters left, I had a Javascript and Ajax call to count and post characters count, if i try to display it by using by using LiterField going to another <div> which is not my option, any other HTML tags going out of Form
Note: Silverstripe creates separate div for each Field in the Form, because of that i am not able to show any thing to the right of that field or bottom of it.