This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Image on form wanted on email as well
Started 15 years ago by aly | 7 posts |
-
Hi, just got this and it's good, although the css stuff is way over my head.
I've got a couple of images next to radio buttons on my form and I'd like these to be on the confirmation email to my customer - at the moment the email just displays a red cross. Is this possible?
Incidentally, is there a way to line up the text with the radio button when there's an image on there? The top of my image is aligned with the radio button but the text is aligned with the bottom of the image. Would be ideal if the radio button and text were aligned with the horizontal centre of the image, but at least if they could both be either top or bottom it would work better than it does at the moment.
This is the form:
http://balloonprint.co.uk.ourwindowsnetwork.com/order_form_balloons.htmMany thanks
Posted 15 years ago # -
Try to follow the method that posted in here :
http://www.appnitro.com/forums/topic/embed-uploaded-images-directly-in-sent-email?replies=16
That will show you how to display the images on email.
MachForm Support
Posted 15 years ago # -
Thanks Redityo, but that doesn't work for me. It seems to be about using the images people upload to your form and putting them into the email but what I'd like to do is use images I already have on my form (against radio buttons) and have those shown on the confirmation email.
Here's my form showing the images, if that helps:
http://balloonprint.co.uk.ourwindowsnetwork.com/order_form_balloons.htmThanks
Posted 15 years ago # -
PS: is there a way of aligning the text & radio buttons, as per question in first post?
Many thanks
Posted 15 years ago # -
shameless bump!
Posted 15 years ago # -
Try add this code into your CSS:
#li_16 span{ width: 85% !important; }
Then edit your images HTML tag and include "align" attribute. Like this:
<img align="absmiddle" src="images/neckdownsmalltrans.png">
and this:
<img align="absmiddle" src="images/neckupsmalltrans.png">
MachForm Founder
Posted 15 years ago # -
Thank you Yuniar, that works great - I experimented a bit and found align="top" works just how I wanted it.
Could I please trouble you to see if there's a solution for this:
What I'd like to do is use images I already have on my form (against radio buttons) and have those shown on the confirmation email.
Here's my form showing the images, if that helps:
http://balloonprint.co.uk.ourwindowsnetwork.com/order_form_balloons.htmMany thanks
Posted 15 years ago #
Reply
You must log in to post.