Lack of interest Warn member: Pre-fill the conversation title with the custom warning title

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Steffen

Well-known member
When giving a custom warning, it would be nice if the input field for the conversation title was pre-filled with the custom warning title.

This can be accomplished with a template change (please forgive me for using on* attributes :eek:) but I think this would make sense as a (nicely coded :)) default behaviour. At least if the conversation title input field is still empty.

HTML:
<xf:textbox name="custom_title" maxlength="{{ max_length($warning, 'title') }}" onchange="document.querySelector('input[name=&quot;conversation_title&quot;]').value = this.value;" />
 
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
Top Bottom