1. WebTao
  2. Support
  3. Thursday, August 28 2014, 07:57 PM
Hello.

If a put a invalid text in field. For example If I put "hello" in telephone type field, when I send form, the form shows me a error message: "invalid field: telephone". However, when I do empty a required field and I send form, the field marked in red and with text message.

It is possible that type error when I put a invalid field?

Thank you.
admin Accepted Answer
Admin
Hi,
we will add HTML5 validation in next version..thanks for report it
  1. more than a month ago
  2. Support
  3. # 1
WebTao Accepted Answer
Basic
Hello :-)

Which date will be this avaliable?
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
I think in the middle of September for new version.

Anyway try this
in file /administrator/components/com_jsn/helpers/fields/phone.php at line 77 replace this
$return='<input id="jform_'.str_replace('-','_',$field->alias).'" type="text" placeholder="'.JText::_('COM_JSN_SEARCHFOR').' '.JText::_($field->title).'..." name="'.$field->alias.'" value="'.JRequest::getVar($field->alias,'').'"/>';

with this
$return='<input id="jform_'.str_replace('-','_',$field->alias).'" type="tel" placeholder="'.JText::_('COM_JSN_SEARCHFOR').' '.JText::_($field->title).'..." name="'.$field->alias.'" value="'.JRequest::getVar($field->alias,'').'"/>';
  1. more than a month ago
  2. Support
  3. # 3
WebTao Accepted Answer
Basic
Hello. I try that, but now even not show the error meesage :_(
  1. more than a month ago
  2. Support
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.