I have a problem with the edit template. List-templates you can place where ever you want, the detail template opens in the site template that's defined in the settings.
And then it's the edit template..... There's no link to this in the module box. Of course I can copy the code and paste it where ever I want to....
But this doesn't work - or - I can't get it to work - to connect with the correct web app item.
When I use the edit-code: < a href="/CustomContentRetrieve.aspx?ID={tag_itemid}&A=Edit">, the correct form appears, but then ti's opened in the same site template as the detail-template.
My problem is that the detail-template is information for the end user, and are on the public part of the site. But I want the edit-template to be opened in another site template, for those who have logged into the secure zone. So far the only way I have found around this, is to not use a site template in the web apps setting, then past the site template code into the detail-template and the edit-template. But this is really not a good solution! It's messy ,and it creates extra work if one have to make som changes to the site template.
I'm sure there must be a better way?
Can anybody help me?
Thank you.