Slider caption - certain HTML tags do not work

Slider caption - certain HTML tags do not work

by Tony Galeano -
Number of replies: 1

I am using the Coventry Style Slider. 

The HTML tags related to slider caption style works OK. However, all the other HTML tags like <select> do not work.

In other words, if I go here: Site administration > Appearance > Themes > Adaptable > Frontpage Slider and enter the following in the Slider Caption box:

<div class="span6 col-sm-6">

<h3>Hand-crafted</h3> <h4>pixels and code for the Moodle community</h4>

<a href="#" class="submit">Check out our custom theme pricing!</a>

</div>

 

The caption will show correctly in the frontend.

However, if I enter the following:

<label for="cars">Choose a car:</label>

<select id="cars">

  <option value="volvo">Volvo</option>

  <option value="saab">Saab</option>

  <option value="opel">Opel</option>

  <option value="audi">Audi</option>

</select>

 

The frontend caption will not show a drop down list. It will show the car brands as a list.

Can someone help me to find a workaround for this?

Average of ratings: -