|
|
Line 1: |
Line 1: |
| <noinclude> | | <span class="toolstips">Hover over me |
| {{#form:
| | <span class="toolstipstext">This is the explanation that will appear when you hover.</span> |
| | form name=ContactForm
| | </span> |
| | class=contact-form
| |
| | intro=This is the contact form. Please fill out the fields below.
| |
| | fields=
| |
| {{{field|Name|input type=text|mandatory}}}
| |
| {{{field|Email|input type=text|mandatory}}}
| |
| {{{field|Message|input type=textarea|mandatory}}}
| |
| | button label=Submit
| |
| | target=Special:FormEdit
| |
| | template=ContactTemplate
| |
| | query string=returnto=Main_Page
| |
| }}
| |
| </noinclude> | |