Since I am having trouble creating a print template with it's associated legend, I decided to play around with creating my
own form that mimics how I want the template to look. I have my main form which displays the map and let's the user pick which layers are visible. They can then choose to print that map. I then want to send them to my print form which will format the map/legend slightly differently that the display form. I was wondering if it's possible to pass the map object between the two forms.
If this is not possible, then I'll get back to creating a print template. btw, I was successful in creating a print service using the tutorial that RS sent me.