Hi,
I would like to change various text elements to bold depending on a value selected from a dropdown, eg. user selects to search by region so when the region is returned from the dataset (into a repeater) the text would be bold. This needs to be conditional as there are other options to search on (in which case these would be bold)
I have tried the following…
$w("#text3").html = '<span style="font-weight:bold">${$w("#text3").text}</span>';
But his replaces the text in the region field for $w(“#text3”).text
Am I missing something?
Thanks,
Rachel