Skip to content

Commit

Permalink
Set AdditionalFields for ContactPage on wiki qboxnextwiki
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox committed Jan 18, 2019
1 parent 868b293 commit 36e3e0a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ContactPage.php
Expand Up @@ -83,7 +83,14 @@
'SenderName' => 'Miraheze No Reply',
'RequireDetails' => true,
'IncludeIP' => false,
'AdditionalFields' => [],
'AdditionalFields' => [
'Text' => [
'label-message' => 'emailmessage',
'type' => 'textarea',
'rows' => 20,
'required' => true,
]
],
'DisplayFormat' => 'table',
'RLModules' => [],
'RLStyleModules' => [],
Expand Down

1 comment on commit 36e3e0a

@ArieKlerk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tks! Works fine now :)

Please sign in to comment.