looking for help again

We're using templating in the AgentTicketPhone.dtl:
In the javascript part of the queue selection we added "$('#Template1').submit();"
and at the end of the file we have the template
Code: Select all
<form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data" id="Template1">
<input type="hidden" name="Action" value="$Env{"Action"}"/>
<input type="hidden" name="Subaction" value="StoreNew"/>
<input type="hidden" name="CustomerUser" value="Some_User"/>
<input type="hidden" name="TypeID" value="7"/>
[...]
<input type="hidden" name="Subject" value="Some preffiled Text"/>
[...]
</form>
Thus I tried to use this line, as I saw it used somewhere else in the .dtl:
Code: Select all
<input type="hidden" name="Subject" value="$QData{"Subject"}"/>
Best regards,
Rolf