Hello!
VM 2.6.10 J2.5.24
How to make the form fields (email & ask_comment) are not required?
File form.php: if I remove "required"
<input type="text" class="validate[required,custom[email]]" value="<?php // echo $this->user->email ? $this->user->email : $askQuestionData['email'] ?>" name="email" id="email" size="30" validation="email"/>
it's ok, but mail stopped coming :( The same thing with the field "ask_comment"
Thanks!
PS. And yes, I know about a new version VM