Blurryface Tour: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "<!-- Template:ContactForm --> <noinclude>{{#forminput:form=ContactForm}}</noinclude> {| class="wikitable" |+ Contact Form Submission |- ! Name | {{{Name|}}} |- ! Email | {{{Email|}}} |- ! Subject | {{{Subject|}}} |- ! Message | {{{Message|}}} |}")
 
No edit summary
Line 1: Line 1:
<!-- Template:ContactForm -->
<noinclude>
<noinclude>{{#forminput:form=ContactForm}}</noinclude>
{{#form:
{| class="wikitable"
| form name=ContactForm
|+ Contact Form Submission
| class=contact-form
|-
| intro=This is the contact form. Please fill out the fields below.
! Name
| fields=
| {{{Name|}}}
{{{field|Name|input type=text|mandatory}}}
|-
{{{field|Email|input type=text|mandatory}}}
! Email
{{{field|Message|input type=textarea|mandatory}}}
| {{{Email|}}}
| button label=Submit
|-
| target=Special:FormEdit
! Subject
| template=ContactTemplate
| {{{Subject|}}}
| query string=returnto=Main_Page
|-
}}
! Message
</noinclude>
| {{{Message|}}}
|}

Navigation menu