niklasvh / feedback.js

Feedback form with screenshot
http://experiments.hertzen.com/jsfeedback/
Other
870 stars 196 forks source link

how do we use the output #20

Closed fred-quickfiredigital closed 11 years ago

fred-quickfiredigital commented 11 years ago

This seems to be a great bit to coding but I am confused. What actually happens yo the data after I click send? Where does it go? Can I pick it up (the image and text) with query and if so, how?

I Want to send it back to my php server for processing but I don't know how to get it there. Could someone show the code required to either get the data in a javascript variable so I can pass it back to the server.. or how to do it directly if its inbuilt?

Thanks

EDIT: i worked it out in the end... To help anyone else it posts the data to the URL specified in the url option (surprisingly to the post variable 'data'!)