Getting current values from input fields with html()

Getting current values from input fields with html()

I'm sending HTML to a pdf generator. My only problem is that after a user completes all required inputs, jQuery's html() only grabs the original HTML of the page without the user input. This makes sense, but I'm hoping there's a way to grab the HTML with the current values of all input fields, without manually querying each one of them. On some input forms, that could be a lot of queries.