Skip to content

html action

To grab the rendered form's HTML complete with user entered data

Usage

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

In Action