Difference between revisions of "Test Simple Forms 2"

From FollowTheScore
Jump to: navigation, search
(New page: {{#if: {{#request:cat}} |{{#dpl:category={{#request:cat}}}} |{{#form: {{#input:type=select|name=cat|{{#dpl:namespace=Category|format=,\n*%TITLE%,,}}}} {{#input:type=submit|...)
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#if: {{#request:cat}}
+
Instead of showing a form the html code is output ...
|{{#dpl:category={{#request:cat}}}}
+
 
|{{#form:
+
{{#if:x|{{#form: xyz}}}}
        {{#input:type=select|name=cat|{{#dpl:namespace=Category|format=,\n*%TITLE%,,}}}}
+
 
        {{#input:type=submit|value=List members}}
+
----
}}
+
 
}}
+
{{#form: abc}}

Latest revision as of 21:29, 22 October 2007

Instead of showing a form the html code is output ...

{{#form: xyz}}


{{#form: abc}}