How to Insert an Image Into Your Form
If you’re going for full-customization on your form, you may be interested in inserting images. It’s easy to do – we’ll explain the process.
A simple HTML code is all it takes
To add an image (or images) to your form, you’ll go to the Form Editor page. Here, you’ll insert in the HTML code for images:
<img src="smiley.gif" alt="Smiley face" height="42" width="42">
With this HTML code, you can adjust the size and customize it so it looks just right in your form.
Happy customization!