Hello, I'm trying to change the look of the error messages. In particular, I would like to move the location of the error message that pops up in the signup page when a user types a user name that already exists. Can anyone point in the direction of where to look to change the positioning of that message? Thank you very much in advance!
Depending on the level of customization you can either create a custom css or modify the amember/templates/signup.html. You can read more about how to do that here: http://manual.amember.com/Templates_Customization If you end up doing it via CSS, one thing I suggest is making use of FireFox + the FireFox plugin, it will make the process much easier!
aMember use jquery.validate plugin to validate signup form. have a look: http://docs.jquery.com/Plugins/Validation/validate