Blurryface Tour: Difference between revisions

From TwentyOneWiki
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:
<!-- 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|}}}
|}

Revision as of 03: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 }}