eduardotkoller / convForm

A jQuery plugin that transforms a form into an interactive chat.
https://eduardotkoller.github.io/convForm
MIT License
182 stars 108 forks source link

drop answers into sql table #71

Open SpritaJ opened 2 years ago

SpritaJ commented 2 years ago

how can we register the answers in sql table (php my admin) ? the thing is i want to use the chatbot as an add to database (crud) is it possible ?

marke1415 commented 1 year ago

you can write a php code on top of the file <?php if(isset($_GET['email']) && !empty($_GET['email'])){ code to save it to your database } ?>