Download Form Files
The Download Form Files page provides links to download the various files that make up your form
Right-click on a link and select "Save Link As..." to save the file to disk or left-click one of the last three links and cut-and-paste the file contents into your web page code.
DOCTYPE Required
The forms you create with formArchitect will validate HTML 4.01 Strict, but the rest of your page doesn't have to validate Strict for the form to display properly. However, you must specify a DOCTYPE (any DOCTYPE) on the page the form appears or quirks mode will be triggered and your form will not display as intended.