If you would like to add an image to a service on the smart form;
- Navigate to Settings > Services
- 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
- Find the Image icon that contains the popover description for that factor type
- 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!