# `html` action To grab the rendered form's HTML complete with user entered data ## Usage

const html = $('#render-container').formRender('html'); // HTML string
### In Action