User

Clément Démoulins

From LRDE

Revision as of 17:49, 28 November 2013 by Clément Démoulins (talk | contribs)

Here my home page in english.

Test d'un formulaire (SimpleForm)

{{#form:}}

 {{#input: type=text | name=First name | id=firstname}}
 {{#input: type=text | name=Last name | id=lastname}}
 
 {{#input: type=submit | value=Send}}

{{#formend:}}