AustinHayes
7 years agoQrew Cadet
Rich Text Custom Dropdown Menu
I am attempting to drive a custom drop down via a rich text field. I am seeking more dynamic functionality than what is offered by native quick base drop downs. Is this even plausible with a formula rich text field? I'm set to begin down the path of something like this:
var number Link = [Number1];
"<div class='dropdown'>" &
"<button onclick='myFunction()' class='dropbtn>Dropdown'</button>" &
"<div id='myDropdown' class='dropdown-content'>" &
"<a href='#>" & $Link & "'</a>" &
"</div>" &
"</div>"
var number Link = [Number1];
"<div class='dropdown'>" &
"<button onclick='myFunction()' class='dropbtn>Dropdown'</button>" &
"<div id='myDropdown' class='dropdown-content'>" &
"<a href='#>" & $Link & "'</a>" &
"</div>" &
"</div>"