> Is there a simple way to get a cgi form (that I write) to hook into the =
> ticket creation process?
The simplest solution is to use an existing CGI-to-email gateway
(such as cgiemail -- see http://web.mit.edu/wwwdev/cgiemail/ )
and send the email to your RT email gateway. Crude, but it works fine for me.
-- Larry