perlnov has asked for the wisdom of the Perl Monks concerning the following question:

I am creating a web application using perl dancer. I am stuck at the validation part. I have a specific validation rule for each field and if the entered value is not within the rules the text in the field should be highlighted in red. I am using data::FormValidator for the server side validation. My questions are :

Can i write user specific validation rules with Data::FormValidator if not is there any modules that i can use for this

how to display the errors as html rather than using dataDumper.

  • Comment on perl dancer user specific serverside validation

Replies are listed 'Best First'.
Re: perl dancer user specific serverside validation
by Limbic~Region (Chancellor) on Oct 29, 2013 at 12:02 UTC