1. laloma
  2. Bug Report
  3. Sunday, June 04 2017, 06:10 PM
Just created two new fields: Business_Operations_Location_Phone and Business_Operations_Location_Fax under Group: Business Information, the issue is they must show when condition on field: Are_operations_on_same_location_as_headquarters is "1" and hide on "0" during registration.

How to fix this?

Regards,
admin Accepted Answer
Admin
Hi,
this is a Joomla bug, layout of Phone field type (tel input) have a small error. we have opened issue in Joomla repository (https://github.com/joomla/joomla-cms/issues/16523)

To fix this replace line 71 in file /layouts/joomla/form/field/tel.php from:
echo $id; ?> " value="<?php

to
echo $id; ?>" value="<?php


I'm sure that this will be fixed in next Joomla release.
  1. more than a month ago
  2. Bug Report
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.