mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
Revert default value
This commit is contained in:
parent
71a8cac9e5
commit
1c73fd90ca
@ -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>'
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user