I've added the additional code but it's not fixed the issue. Maybe I haven't communicated the problem terribly well but the standard template as comes with the software works fine showing the access code etc. The problem I have is replicating this on my skinned version, the image software needs a variable passing to it? but I can't see how?
How did you replicate it? Did you copy the code from a browser or from the
newticket.html template? I also see that your New Ticket page is done with php... that's a whole different animal and
TTX is not compatible with php!
If you copied the code from a browser then all the various macros are missing! The macros are the hidden bits of code in the template that dynamically passes the variables as the page loads.
In order for the templates to load with all the various bits (like the missing Captcha image) you need to call the template from within the URL query string...http://example_site.com/ttx/ttx.cgi?cmd=newticket
I think you need to read some threads...
http://forum.unitedwebcoders.com/index.php/topic,693.0.htmlhttp://forum.unitedwebcoders.com/index.php/topic,107.0.htmlI would suggest using iframes. You can place the correct URL to TTX within an iframe within your php template.