In your demo I did'n find how to add an image to a form, for example a company logo. Is it possible?
In your demo I did'n find how to add an image to a form, for example a company logo. Is it possible?
Sure it's possible, you can include the markup for an image in a HTML field or in the description of the form settings, images can also be used as labels in some instances such as radio buttons if you are also enabling the choice values as well.
If you are using a HTML field, once you have added the field to your form edit it and add the img markup to the content box on the properties tab.
<img src="image.jpg" alt="image description" width="100" height="100">
I'm trying to add HTML to a field label, and it's only showing the HTML code on the page. Please refer http://website-builders.com.au/cinquenon/contact-us/ - the 2nd last field.
Have I missed something?
I have the latest versions of everything installed. (GF 1.7.2 and WP 3.5.1)
Thanks for your time.
Unfortunately, HTML is not supported in the field labels. It is supported in option labels though.
OK. Thanks for your reply, Rob!