Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. diff --git a/honeypot.module b/honeypot.module
  2. index 3e0248d..48f1fb4 100644
  3. --- a/honeypot.module
  4. +++ b/honeypot.module
  5. @@ -134,7 +134,7 @@ function honeypot_add_form_protection(&$form, FormStateInterface $form_state, ar
  6. '#type' => 'textfield',
  7. '#title' => t('Leave this field blank'),
  8. '#size' => 20,
  9. - '#weight' => 100,
  10. + '#weight' => -100,
  11. '#attributes' => ['autocomplete' => 'off'],
  12. '#element_validate' => ['_honeypot_honeypot_validate'],
  13. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement