Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
I can't figure out a way to do this.
Thank you.
Hi @questions2020,
In case if the Rich Editor is enabled you can use the following CSS code:
.wpd-secondary-form-wrapper .ql-editor.ql-editor:before {
content: "changed";
}
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.
In case if the Rich Editor is disabled you should use the jQuery code below
jQuery('#wpdcom .wpd-secondary-form-wrapper textarea').attr('placeholder', "changed");
This article may be helpful for you: https://www.collectiveray.com/add-javascript-to-wordpress
More info about the Rich Editor option can be found here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-form/#load-rich-editor