How Do I Make a functional Form Out Of An Image

by Jimbee
3 replies
  • WEB DESIGN
  • |
I would appreciate some help....I've created a sign in form and button as an image. How do I make it functional so people can input their name and email and click the button.
I don't want to use the code from the Auto-responder...I've already created my own image. I just want it to be functional with my Auto-responder.
I'm thinking it has to do something with the 'Advanced Properties Editor'
and the 'HTML Attributes' and 'Javascript Events'
Thanks
#form #functional #html code #image #make
  • Profile picture of the author ninal
    What about:

    Code:
    <input type="image" src="button.gif" alt="Submit button" />
    Signature
    Hello
    {{ DiscussionBoard.errors[1972171].message }}
  • Profile picture of the author Aronya
    If I understand what you're asking for, you want people to be able to type into an image. Doesn't happen. The only thing I can think of that might work is to create a table with dimensions that correspond to the size of the image you want to use. Then set the image as background to the table, and plug in your form components where you want them. Also, it might be easier to go about it in the other direction. Create your table & form, then create your image to fit.
    {{ DiscussionBoard.errors[1976525].message }}
    • Profile picture of the author Jimbee
      I found a way to do it but it was very tedious. I created a table 6x3
      with the two input cells and cropped the image into 10 pieces.
      It looks good and it works but I find it hard to believe people do this all day. There must be an easier way even when you can't afford the fancy software to do it for you. Thanks for the replies!
      {{ DiscussionBoard.errors[1980401].message }}

Trending Topics