How to change the text "Select" on the dropdown element to a different language.
⚠️ As of October 2021 for security reasons, POWR editor doesn't support the Custom JS field. If you would like to add any JS customization, kindly contact the Support Team at support@powr.io. As security is a top concern at POWR, JS scripts will be added to your app only after verification.
You can change the Select label with a bit of custom code. In the Design section of the POWr Editor, add this bit of code to the Custom JS section:
setTimeout( function(){$("select option[value='']").html("- CUSTOM TEXT -")}, 1000);
FIX: BROKEN_ATTACHMENT (original: https://help.powr.io/hc/article_attachments/4405526766743/mceclip0.png)
Make sure to replace CUSTOM TEXT with what should be displayed.
FIX: BROKEN_ATTACHMENT (original: https://help.powr.io/hc/article_attachments/4405526796567/mceclip1.png)
Please take note that the Custom JS feature is only available for Pro and Business plan.