Tony Payne wrote: > This isn't the best written tutorial, nor is it 100% inclusive or 100% > correct. However, it worked well for me when introducing Template-Toolkit > as part of our site generation process.
I'd say that's a pretty good introductory tutorial but it's not really what I need. I think my question was probably not very clear. So, for example, my script uses a template file called editprofile.html which is passed the variables, uid, first, last and email. The webpage it generates should then return to the script with the variable process=updateprofile plus the new values for the variables passed to it. And of course there is a whole list of these so I need a consise way of describing them. Does that make any sense? Tony, it looks like maybe you define this in data_api.html. Obviously I don't want you to give away any trade secrets or anything like that but maybe you could just share the format that you use. Thanks, Stuart Johnston
