Tweak honeypot field for volunteers
This commit is contained in:
parent
d123a8c69d
commit
1c42261f2a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue