If you would like to add an image to a service on the smart form;

  1. Navigate to Settings > Services
  2. Click on the submodule you are looking to add an image to and go to “step 2” where you can edit questions and factor types
  3. Find the Image icon that contains the popover description for that factor type
  4. Copy the code below and paste into the pop over description for that question
<img src="https://yourwebsite.com/YourPicture.jpg"  width="100%" >

5. Replace the url in quotations (beginning in https) with the image url of the photo you’d like to use.

Tip: You can find your image URL by right clicking the image and “copy image address” or copying the url from the search bar when that image is open in a browser.

Special note: if the URL you copied is listed as “http” add the “s” to become https, to ensure the URL is secure!