Hi, if you uncomment the condition, then the "select" needs to be displayed for all select boxes:
Jan
Required filed missing Select
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Required filed missing Select
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 65
- Joined: 10 Jun 2019, 15:53
Re: Required filed missing Select
if box is required still not show "select".
The rest normal box shows ok.
I find where is the problem.
Missing is
After adding show "select" for normal and required fields.
Plus i comments whole if ($d['required'] ...
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.
Plus i comments whole if ($d['required'] ...
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Required filed missing Select
Hi, yes, this line is a part for the selectbox:
Jan
Jan
If you find Phoca extensions useful, please support the project