Page 2 of 2
Re: Required filed missing Select
Posted: 17 Sep 2020, 12:38
by Jan
Hi, if you uncomment the condition, then the "select" needs to be displayed for all select boxes:
Jan
Re: Required filed missing Select
Posted: 17 Sep 2020, 16:41
by mjmartino
if box is required still not show "select".
The rest normal box shows ok.
I find where is the problem.
Missing is
Code: Select all
$attr[] = 'id="phItemAttribute'.$attributeIdName.'"';// Missing this line code.
After adding show "select" for normal and required fields.
Plus i comments whole if ($d['required'] ...
Re: Required filed missing Select
Posted: 22 Sep 2020, 12:30
by Jan
Hi, yes, this line is a part for the selectbox:
Jan