'#description'=>$this->t('Select where the final Signatures should be stored. Both public and private storage store the signature using a secure hash as the file name. Public files should be adequate for most use cases. Private storage has more overhead than public files, but allows restricted access to files within this element.'),
'#options'=>$scheme_options,
'#access'=>TRUE,
'#required'=>TRUE,
];
if($webform->isResultsDisabled()){
$form['signature']['signature_message']=[
'#type'=>'webform_message',
'#message_message'=>'<strong>'.$this->t('Saving of results is disabled.').'</strong> '.
@@ -224,7 +240,8 @@ class WebformSignature extends WebformElementBase {