I have looked and I want to upload an image of an iphone and ON that image put a contact form - is there a way to do this?
I have looked and I want to upload an image of an iphone and ON that image put a contact form - is there a way to do this?
Yes there is. You will need to add some CSS to your themes stylesheet.
Something like:
form#form_id {
background: url('images/iphone_background.jpg') top left no-repeat;
}
Of course you will have to work out your CSS selectors, how big the image is, how big the form is and a few other things, but that's basically now it's done.
You must log in to post.