How can I view the rendered HTML on a form? Not the embed code but the true HTML of the form. When I view the source code of a page with the form it only shows the embed code.
Inspect the <form> element in Dev Tools, copy the outer HTML. What are you planning to do with the HTML, though? Is this just for styling guidance?