|
|
Line 2: |
Line 2: |
| ---- | | ---- |
| | | |
− | <form name="reg" method="email" email="Your email" target="wyrzykow@gmail.com" reset="clear the form" submit="send">
| + | {{#form:method=post}} |
− | text: name="name" prompt="Name"
| + | {{#input:type=text|name=name}} |
− | text: name="position" prompt="Position"
| |
− | text: name="affiliation" prompt="Affiliation"
| |
− | textarea: name="address" prompt="Address" rows="4" cols="50"
| |
− | text: name="email" prompt="Email"
| |
− | text: name="tel" prompt="Telephone"
| |
− |
| |
− | select: name="contribution" prompt="Contribution to the workshop" option="none" option="talk" option="poster" value="none"
| |
− | text: name="title" prompt="Title"
| |
− | textarea: name="abstract" prompt="Abstract" rows="10" cols="50"
| |
| | | |
− | select: name="funding" prompt="I would like to apply for funding" option="No" option="Yes" value="No"
| + | {{#input:type=select|name=contribution| |
− | text: name="funding_amount" prompt="Requested support (in euros)"
| + | *one |
− | </form>
| + | *two |
| + | *three |
| + | }} |
| + | |
| + | {{#formend:}} |
Revision as of 12:41, 27 February 2010
Please do not fill the form yet as it is not working yet!
{{#form:method=post}}
{{#input:type=text|name=name}}
{{#input:type=select|name=contribution|
}}
{{#formend:}}