There are instances where you may need to see or acquire the HTML of a form. This page will cover the ways that this can be done through all supported browsers.
Note: Performing a 'Save As' or 'Ctrl+S' of the page is not the correct way to obtain a form's HTML. It is often only a partial source and is incomplete.
Chrome (Windows - PC)
Below are the steps needed to acquire a complete HTML of the form in Chrome.
- The first step is to load the form in your Chrome browser
- Locate the the buttons in the top navigation area
- Beneath those buttons, perform a right+click with your mouse in the space below
- A contextual menu will display
- Select 'View Page Source'
- A new tab will open containing the complete HTML of the form
- Select the new tab and it should look something like this within the page
- Perform a 'Ctrl+A' action to highlight the entire contents of this page
- Next, perform a 'Ctrl+C' action to copy the selected contents
- Once copied, we'll need to locate the Notepad application in Windows
- Open Notepad and paste the contents within a new Notepad window. This can be done by clicking Edit > Paste, or by performing the 'Ctrl+V' action
- All HTML will be copied to this page
- Next, click File from the above menu and click 'Save as...'
- For naming the file, we recommend using the Form ID. In this case, we'll name it '38002'.
- If you're sending this into Quik! to debug an issue you encountered, you can simply attach it to an email addressed to support@quikforms.com