This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
include images in form
Started 10 years ago by tobby | 3 posts |
-
hi,
is it possible to add images to the forme.
f.e. offering a product with image quantity single amount and total amount
thx for any help ;-)
Posted 10 years ago # -
Yes, it is possible. The images need to exist outside of the form, and you insert code that references it. For example:
image path (this is the Google Logo):http://www.google.com/images/srpr/logo11w.pngIf you wanted to add it to checkboxes, on the Field Properties for the First Option you would type: Google Logo and then put this code after the word Logo:
<img src="https://www.google.com/images/srpr/logo11w.png">If you wanted just a picture on the form and then some text underneath it, use a Section Break and put the code into the Field Label field.
Hope this makes sense.
Posted 10 years ago # -
thanks, i will try it imidiatly
Posted 10 years ago #
Reply
You must log in to post.
