Alison Posted September 4, 2019 Report Share Posted September 4, 2019 I want to share a solution on how to set a placeholder to the Multiselect Dropdown form element on the search form. You should put the following code into the Footer after disabling HTML Editor on the advanced tab: <script> document.addEventListener('DataPageReady', function () { document.querySelector('[id^="ComboBoxValue"]').setAttribute("placeholder", "Your value for the placeholder"); }); </script> Vitalikssssss 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.