Difference between revisions of "Template:ExampleContact"

From Organic Design wiki
Line 1: Line 1:
 
<div id=contact-form>
 
<div id=contact-form>
 
{{#form:method=post|style=width:400px|
 
{{#form:method=post|style=width:400px|
'''Name:''' {{#input:type=select|name=title|value={{{name}}}|*Select name {{#dpl:uses=ExampleContact|format=,\n*%TITLE%,,}}}}
+
'''Name:''' {{#input:type=select|name=title|value={{{name}}}|*Select name {{#dpl:uses=Template:ExampleContact|format=,\n*%TITLE%,,}}}}
 
'''Phone:''' {{#input:name=phone|value={{{phone}}}}}
 
'''Phone:''' {{#input:name=phone|value={{{phone}}}}}
  

Revision as of 07:46, 14 September 2007

{{#form:method=post|style=width:400px| Name: {{#input:type=select|name=title|value={{{name}}}|*Select name

  • John Doe
  • Ping Li
  • Hans Berg}}

Phone: {{#input:name=phone|value={{{phone}}}}}

Address:
{{#input:type=textarea|style=width:350px|name=address|{{{address}}}}}
{{#input:type=ajax|value=Load|update=contact-form}}{{#input:type=ajax|value=Save|update=contact-form}} }}