Hi,
I have make 3 Divs
And I wand display the error messages into this divs
How can I make this possible??
How I make the errorPlacement to display the
errorPlacement: function(error, element) {
error.(name)appendTo("#NameError")
error.(email)appendTo("#EmailError")
error.(comment)appendTo("#CommentError ")
I know this code is not right, but I don’t know how to write
Any help would be greatly appreciated.
Thanks and sorry for my bad eagles .. :)