Is it possible to configure Parsley.js to display its error messages both... a) next to individual fields, AND b) in a combined list elsewhere on the page ...at the sam
To accomplish what you want, you need to use Parsley's events. Take a look at the event's description and the comments on the below code.
Here's a demo in Jsfiddle.
Important note: the code I'm providing uses the events available in Parsley 2.0.* . If you're using the newly Parsley 2.1.*, you should use the correct events. Instead of parsley:form:validate
use form:validate
and replace parsley:field:error
by field:error
.