I know that this subject is recurring.
My question is about the "NewTicket" page in the customer frontend.
I would like to have the customer automatically see the following text already in the message area when they compose a new ticket :
Code: Select all
application :
physical address :
Error message :
Edit CustomerTicketMessage.dtl (Kernel/Output/HTML/Standard) Line 122 But you should likely do this in your own theme...
Original :
Code: Select all
<textarea id="RichText" name="Body" rows="15" cols="$Config{"Ticket::Frontend::TextAreaNote"}">$QData{"Body"}</textarea>
Code: Select all
<textarea id="RichText" name="Body" rows="15" cols="$Config{"Ticket::Frontend::TextAreaNote"}">$QData{"Body"}Put Some Text Here<br>This is line2</textarea>
But it doesnt work, cause when Customers selecting TYPE / SLA / ... , new text (application, physical adress , error message) duplicates
Code: Select all
application :
physical address :
Error message
application :
physical address :
Error message

Thanks
Regards,
GoT