#3529 - Possible incorrect URL parameter passed in SUPPORT_TICKET_SCREEN.tpl This is a spacer post for a website comment topic. The content this topic relates to: #3529 - Possible incorrect URL parameter passed in SUPPORT_TICKET_SCREEN.tpl By Guest posted 3rd Feb 2018, 1:51 PM Do not fill this field in. On a side note, is there way to pass in a default title or subject? By Guest posted 3rd Feb 2018, 10:19 PM Thanks, you're right. Re: Your question. COMMENTS_POSTING_FORM.tpl <input maxlength="255" class="wide_field" value="" type="text" tabindex="2" id="title" name="title" /> --> <input maxlength="255" class="wide_field" value="{$?,{$MATCH_KEY_MATCH,_WILD:tickets},Default title}" type="text" tabindex="2" id="title" name="title" /> 0 guests and 0 members have recently viewed this. Sort: Relevance Newest first Oldest first Rating Popularity
Re: Your question.
COMMENTS_POSTING_FORM.tpl
<input maxlength="255" class="wide_field" value="" type="text" tabindex="2" id="title" name="title" />
-->
<input maxlength="255" class="wide_field" value="{$?,{$MATCH_KEY_MATCH,_WILD:tickets},Default title}" type="text" tabindex="2" id="title" name="title" />