validation - Validating entire form with "required" in parsley without adding "required" to individual fields -
is there way validate entire form in parsley? in, want make sure fields validated "required" without adding keyword each of fields. following:
<form action="file.jsp" method="post" data-parsley-validate required>
Comments
Post a Comment