I have a third-party web-based poll application. One question asks the user to enter a number. I'd like to have a slider there instead, whereby the final position of the slider on the numeric slider scale gets pushed into the application's number input field. I can't change the HTML coming from the app, but they do let me add CSS and JavaScript.
As a database/analytics person who has been asked to look at this HTML/CSS/JS/UI issue, I don't know how to "connect the dots" to integrate the slider into the app, using CSS or JavaScript or whatever, overlay the slider atop the number, but still send only one field back with the submit.