Is there a way to change the location of the error message? I would like the error message to be to the right of the input field instead of above it. I see that I could probably do it in form.php (in the function _renderArrayGroups), but I hesitate to change core files. Will this file be overwritten if aMember is updated? Is there another way to override it? I am using a custom module that extends the SignupController to display my login forms. If I display the html object of each form item instead of the htmle object is there another way to insert the error message into the form in the location I want?