I’ve installed BF Survey, but it does not verify required (Mandatory) TEXT fields.
I’ve worked with the BF Survey support team and disabled all modules and plugins to try and get it to work, but none of it seems to be the problem.
I then contacted the excellent support team at Artisteer and they helped to identify the problem which gave me this reply:
We have analyzed the issue, it turned out to be related to the INPUT tag written in capital letters.
<INPUT id=’cs_fn’ name=’cs_fn’ size=’65′ MAXLENGTH=255>
Such capitalized tags are actually not expected because this is not a valid xhtml.
I then edited the following file:
/components/com_bfsurvey_pro/views/onepage/tmpl/default.php
I replace all the <INPUT … tags with <input and everything works as it should.