Live data from Hacker News

How to turn any Google form into a chatbot

chatbotsmagazine.com

1–8 of 8 posts

Re: How to turn any Google form into a chatbot

#7
Great idea, that's for sure! Is the creator on here? The input field text for the Google form link is not visible on Firefox. .link-to-google-forms (main.css line 56) padding and .form-control (forms.less line 118) height collidate. Remove that hardcoded height and everything works fine in FF. Make sure to check in other browsers afterwards etc. of course.

Re: How to turn any Google form into a chatbot

#8
post #7

Great idea, that's for sure! Is the creator on here? The input field text for the Google form link is not visible on Firefox. .link-to-google-forms (main.css line 56) padding and .form-control (forms.less line 118) height collidate. Remove that hardcoded height and everything works fine in FF. Make sure to check in other browsers afterwards etc. of course.

Thank you very much for your help! We will fix those issues as soon as we can.