Hey guys im fairly new to couch CMS and i love it! im just having trouble wrapping my head around getting my drop down menu to work using a repeatable. im using tomselect.js and bootstrap on my webapp and want to set the options on my <select> tag on a repeatable so that i can add new pages from a global standpoint. i may not be explaining my self i hope it makes sense
here is the code.
the webapp
https://transgo.tech/ps.php?p=23


here is the code.
the webapp
https://transgo.tech/ps.php?p=23
- Code: Select all
<select style="width: inherit;" id="ex-dropdown-input" autocomplete="off" placeholder="Busca por transmision" onChange="Tselect(this.value)">
<option selected disabled>Selecciona Transmision</option>
<option value="<cms:show trans_url/>"><cms:show trans_name/> </option>
</select>