How to Change The Popup window

Support Article ID: 104127

How to change popup window

 

Step 1:

  • Go to the 'Web Pages' tab, and in the drop down menu click on the 'List and eidt Pages' link

Step 2:

  • Scroll down to the Web Pages Category and click on the Capture Form Subcategory.

Step 3:

  • Click on the Catpure Form title text
  • Click on the Content tab

Step 4:

  • Insert an image via the 'Insert Image' button in the tool bar located three images to the right of the anchor symbol.

Step 5:

  • Once inserted the image and or text you will have to click on the HTML icon.
  • This will open the code for the page.

Step 6:

    • Just after:
      <img
    • Insert:
      id="capture_action"
    • It should look like this

<img id="capture_action" src="http://path/to/image/" >

  • This will allow the assoicated code to redirect the user to the correct page and stop the popup from showing if the user clicks on the link.