How can i make it so signup errors show up as a popup instead of adding text to my form? The reason being I have limited space and it messes up the design. Right now it either gives an error on page next to field, or it'll show an error above the form (like for additional field error)
aMember use jQuery validate plugin to handle signup form validation. Have a look to errorPlacement option, and perhaps errorContainer and errorElement for further customization. See http://docs.jquery.com/Plugins/Validation/validate#toptions