bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 352 forks source link

Where do I start hacking to allow this to work with honeypot-captcha? #601

Closed walterdavis closed 3 years ago

walterdavis commented 3 years ago

I'm looking here: https://github.com/curtis/honeypot-captcha/blob/master/lib/honeypot-captcha/form_tag_helper.rb at how honeypot-captcha resets the form_tag_html method. I have applied this gem to my application, and it does not appear to have any effect on a bootstrap_form_with form. Any suggestions how I can get these two on speaking terms?

lcreid commented 3 years ago

@walterdavis did you figure out how to get these two to talk to each other?

walterdavis commented 3 years ago

Yup. It was as simple as ensuring that honeypot-captcha was earlier in the Gemfile than bootstrap_form.

lcreid commented 3 years ago

Thanks!