Merge pull request #943 from creative-commoners/pulls/5.0/revert-default-value

Revert default value
This commit is contained in:
Garion Herman 2020-03-16 16:56:27 +13:00 committed by GitHub
commit c58565e6ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ trait UserForm
* @var array Default values of variables when this page is created
*/
private static $defaults = [
'Content' => '$UserDefinedForm',
'DisableSaveSubmissions' => 0,
'OnCompleteMessage' => '<p>Thanks, we\'ve received your submission.</p>'
];