Difference between revisions of "Test Simple Forms 2"

From FollowTheScore
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Instead of showing a form the html code is output ...
 
Instead of showing a form the html code is output ...
  
{{#if: {{#request:cat}}
+
{{#if:x|{{#form: xyz}}}}
|{{#dpl:category={{#request:cat}}}}
+
 
|{{#form:
+
----
        {{#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}}