Hi there,
I have managed to change the "Select" text in the dropdown list using the following code,
$(document).on('knack-page-render.any', function(event, page, view) {
$("a.chzn-single").text("New text!!")
});
But this also removes the image of the arrow to the right...and it behaves strange when actually selecting on of the values. I Would also like to know how to change the other default texts in the dropdown list, such as the other "Select".
Thanks heaps,
Jens