...
Chrome (Windows - PC)
Below is are the steps needed to acquire the a complete HTML output of the a 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
.
Note: If the page is not rendering properly, you can also press the keyboard shortcut, 'Ctrl+U'. - 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
Internet Explorer 11 (Windows - PC)
Below are the steps needed to acquire a complete HTML output of a form in Internet Explorer 11.
- The first step is to load the form in Internet Explorer
- Locate the the buttons in the top navigation area
- Beneath those buttons, perform a right+click with your mouse in the space below
Note: If the page
is not rendering properly, you can also press the keyboard shortcut, 'Ctrl+U'.
- A contextual menu will display
- Select 'View Page Source'
- A new tab will open at the bottom containing the complete HTML of the form
- Perform a 'Ctrl+A' action to highlight the entire contents of this tab
- 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 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
...