@@ -85,14 +85,6 @@ class Settings extends ConfigFormBase {
'#description'=>$this->t('Only applies to forms protected with text analysis. When disabling this option, you should inform visitors about the privacy of their data through other means.'),
'#description'=>$this->t('Submitting "ham", "unsure", or "spam" triggers the corresponding behavior; image CAPTCHAs only respond to "correct" and audio CAPTCHAs only respond to "demo". Do not enable this option if this site is publicly accessible.'),
];
$form['advanced']=[
'#type'=>'details',
'#title'=>$this->t('Advanced configuration'),
@@ -118,6 +110,14 @@ class Settings extends ConfigFormBase {
'#description'=>$this->t('Let Akismet know you are testing. This is mostly useful for somewhat repeatable test results for automated testing. For details and triggering guaranteed spam responses (regardless of using test mode), refer to the <a href="https://akismet.com/development/api/#detailed-docs">Akismet API documentation</a>.'),