Select or enter Requestor-Email-Address - Problem is resolved

I dont find the thread again … but I think here is somthing a few people asked for:

%while ( my $u = $Users->Next() ) { % if ( $u->RealName() ne"" ) { <%$u->EmailAddress()%> % } %} ----------------------------------------- Email-Adresse eingeben... -----------------------------------------

<%INIT>
my $Users = RT::Users->new($session{CurrentUser});
</%INIT>

If yout substitute

with the above code in Ticket/Create.html , you will be able to select existing requestors or enter one by yourself