I have a RoR application and I show the pdfs through adobe pdf. But we have interactive pdfs like this:
I would like to know if there is any way (eg callbacks) to save the information entered by the user in my database.
I'm using adobe pdf through: <%= javascript_include_tag 'adobe_pdf', 'data-turbolinks-track': 'reload' %>