I created a custom form and set everything up.
One input looks like this:
I turned on "Enable JS Validation".
I guess it is an JS conflict because of the message:
The thing is that this is an completely clean Joomla 3 Install. There is nothing else installed and im using standard Prototype Template. I even disabled jQuery loading so this should work i guess.
Here comes the JS thats been loaded:
Thanks for any help! Waldi
One input looks like this:
<input type="text" name="name" id="name" class="validate[required]" />
I turned on "Enable JS Validation".
I guess it is an JS conflict because of the message:
Uncaught ReferenceError: required is not defined
The thing is that this is an completely clean Joomla 3 Install. There is nothing else installed and im using standard Prototype Template. I even disabled jQuery loading so this should work i guess.
Here comes the JS thats been loaded:
<script src="/site/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/site/media/system/js/core.js" type="text/javascript"></script>
<script src="/site/media/system/js/mootools-more.js" type="text/javascript"></script>
<script src="http://localhost/site/components/com_chronoforms/js/formcheck/formcheck-yui.js" type="text/javascript"></script>
<script src="http://localhost/site/components/com_chronoforms/js/formcheck/formcheck-max.js" type="text/javascript"></script>
<script src="http://localhost/site/components/com_chronoforms/js/formcheck/lang/de.js" type="text/javascript"></script>
Thanks for any help! Waldi