Blurryface Tour: Difference between revisions
Jump to navigation
Jump to search
(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: | ||
< | <noinclude> | ||
{{#form: | |||
| form name=ContactForm | |||
| | | 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> | |||
| | |||
Revision as of 02:03, 4 September 2024
{{#form: | form name=ContactForm | class=contact-form | intro=This is the contact form. Please fill out the fields below. | fields= Name Email Message | button label=Submit | target=Special:FormEdit | template=ContactTemplate | query string=returnto=Main_Page }}