I need to explain different things in NEW TOPIC > BODY field and REPLY > BODY field even if they are the same element. I need to use different placeholders.
What I tried is to change one of them with some javascript added at the end of the footer customisation with something like below, but I couldn’t make it through.
< script>
document.querySelector(‘.reply-area .with-tags .d-editor-input’).placeholder = ‘Listeniz için en az 20 karakterlik bir açıklama girin.’
< /script>