Hello Kyle,
I put my question on Forum about template.
I found this in Google, what do you think:
Please Enter the same Value again "verify password Issue"
This issue because of J Query Validation issue in Joomla Community plus template with Community builder
Step To Fix the issue
•we have to check the Jquery valiadation using Java script
•Open the Cb.validator.php file in Joomla
•File Location ==>administrator/components/com_comprofiler/library/cb
•File Name ==>Cb.validator.php
•Add the Following script in top of the cb.validator.php File
<script>
$(document).ready(function() {
// Override default error message
jQuery.validator.messages.required = "";
// Override generation of error label
$("#form").validate({
errorPlacement: function(error, element) {},
});
}
</script>
•Save the changes and test.
That's it . Now check with that Registration . Enjoyyyyy