msurguy / Honeypot

Simple spam prevention package for Laravel applications
maxoffsky.com/code-blog/implementing-honeypot-spam-prevention-in-laravel-applications/
MIT License
429 stars 44 forks source link

Textarea instead of textbox? #9

Closed nipurndoshi closed 10 years ago

nipurndoshi commented 10 years ago

Hi,

Is there anyway to have textarea instead of textbox if we want to put honeypot in comments section on a post ?

msurguy commented 10 years ago

Hi!

I would need to create a config file for the package and give an option to choose between the textarea and textfield via the config. Could you make a pull request with that functionality or would you like to wait for me to create it?

nipurndoshi commented 10 years ago

Hey,

Thanks for the prompt reply. But, I think I understood it wrongly at first. I was able to do it with the textarea too using the current options itself. I'm closing this issue. Thanks!