diff --git a/honeypot.module b/honeypot.module index e7cad3f..aa3ac70 100644 --- a/honeypot.module +++ b/honeypot.module @@ -120,7 +120,7 @@ function honeypot_add_form_protection(&$form, FormStateInterface $form_state, $o '#type' => 'textfield', '#title' => t('Leave this field blank'), '#size' => 20, - '#weight' => 100, + '#weight' => 1, '#attributes' => ['autocomplete' => 'off'], '#element_validate' => ['_honeypot_honeypot_validate'], '#prefix' => '
',