A
A
Alina Papish2016-01-18 15:42:18
Joomla
Alina Papish, 2016-01-18 15:42:18

Why are option tags not showing in select in Joomla 3?

Good day!
There was such problem with fomra in Jommla 3.4.
There is a standard contact form and in it I add the usual drop-down list by type:

<select id="newField">
<option value="0">выбрать</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<select>

If you look at the page code, all optoins are displayed, but when you click on select, they are not displayed. There are no errors in console either. Please let me know if anyone has had this problem. I don't know where to look anymore.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yakov Vylegzhanin, 2016-01-18
@vylegzhanin

selectclose.

<select id="newField">
<option value="0">выбрать</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question