Tweak honeypot field for volunteers

This commit is contained in:
Petko Bordjukov 2024-04-19 14:42:10 +03:00
parent d123a8c69d
commit 1c42261f2a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
= f.hidden_field :picture, value: @volunteer.picture.signed_id if @volunteer.picture.attached?
= f.input :picture, as: :file, required: false, direct: true, wrapper: false, input_html: {direct_upload: true}
= text_field :volunteer_ht, :full_name, class: 'special-form-field', tabindex: "-1", "aria-hidden": true
= text_field :volunteer_ht, :full_name, class: 'special-form-field', tabindex: "-1", "aria-hidden": true, role: "presentation", autocomplete: "off"
= label :volunteer_ht, :full_name, 'Full Name', class: 'special-form-field', "aria-hidden": true
= f.input :name, autofocus: true