Hi again,
Not sure if that's what they're called but at the moment I'm using JS to validate my form. Instead I'd prefer to use php to validate and then echo the error messages in a bold colour. Is it easy to do this? So for eg.
When they click submit button, php would check whether any required fields are empty or not valid and would echo in bold red that they need to fill it in.
I think that this would be better than a JS alert that can be quite 'aggressive'!