document.getElementById to find the div using the passed in containerId and injects the form there.
You can pass an optional onChange handler to renderForm which will get called when there are changes to the form.
Example Blank Form

document.getElementById to find the div using the passed in containerId and injects the form there.
You can pass an optional onChange handler to renderForm which will get called when there are changes to the form.
