Hopefully, I can explian this correctly.
Lets say I made a WebTemplate that is a 'template'; lets call it TemplateTemplate.
I would like to create a webtemplate page (to keep it simple) that allows for the entry of a name and submit button. When a name has been entered and the submit button is pressed the TemplateTemplate is used as a template to create a brand new web template that is named based upon the entred name.
Another try at an explination
I have a webtemplate named TemplateTemplate that is the base template to create other templates off of.
I have another web template that a user can go to, call it 'CreateTemplate'. CreateTemplate has a text field and a submit button. When the submit button is pressed on CreateTemplate, create template (calling what ever is needed) takes TemplateTemplate as a base to create a new web template that is named as was entered on CreateTemplate.
Is this possible?
What code or functions do I need to call to make a webtemplate from one web template?
Can there be be 'default settings' or a default template used to create other templates from?
If its not possilble then what would be needed to make it possible?
|