<input type="hidden" name="templatetopic" value="ExampleTopicTemplate " />
The above form asks for a topic name. A hidden input tag named ==templatetopic== specifies ExampleTopicTemplate as the template topic to use. Here is the HTML source of the form:
<input type="hidden" name="templatetopic" value="ExampleTopicTemplate " />
|
|