If it’s a static link for the image they can follow the instructions below:
- Add Rich Text Control on form
- Open Control and click the insert ribbon
- Click Image and select either computer or from address
- Select the image (if from computer) or input the url (if “from address” selected)
- Image should be available now. Click ‘Edit Source’ in the ribbon
- Append <a href=”http://yourlink.com”> </a> around the image source html in the box
- Save the control
- This image is now a hyperlink
If you are looking to do something more dynamic (based off of an entry in a field), it may be quicker to do a button, set the button type to ‘Image’ then use JavaScript to build the link.