@andypost,
There will be always default for new forms, so "Leave blank" is wr...

Contribution Date
Technology
Contribution Project
Contribution Details

@andypost,

There will be always default for new forms, so "Leave blank" is wrong

Are you sure about that? See this snippet of code:

if ($submission_message = $contact_form->getMessage()) { drupal_set_message($submission_message); }

So, it is possible for the message to be blank. I don't see anything in the save logic to set the message to a default value.

Contribution Author
Files count
0
Patches count
0