Coding help?! How do I make this work?

Discussion in 'HTML & Website Design' started by icey011, May 9, 2010.

  1. #1
    How do I make this work

    Heres what it looks like

    http://i41.tinypic.com/nl3lg4.jpg

    Here's the code:
    "<div class="article">
    <h2>Contact me?</h2>
    <form action="">
    <div class="cl">&nbsp;</div>
    <div class="column-cnt">
    <div class="cl">&nbsp;</div>
    <div class="column">
    <label for="your-name">Your Name?</label>
    <span class="text-field"><input type="text" id="your-name" value="" /> </span>
    </div>
    <div class="column">
    <label for="your-email">Your E-mail address?</label>
    <span class="text-field"><input type="text" id="your-email" value="" /></span>
    </div>
    <div class="cl">&nbsp;</div>
    <p>Donec mi eros, congue ut consectetur eget, pretium vitae orci. Aliquam pharetra ultricies lobortis. Morbi eget nisi lectus. Maecenas felis augue, molestie in vestibulum et, lacinia et leo. Suspendisse potenti. Maecenas eget est augue. Donec tincidunt mollis fermentum.</p>
    </div>
    <div class="column-big">
    <label for="your-message">Your Message</label>
    <span class="text-area"><textarea id="your-message" rows="" cols=""></textarea> </span>
    <a href="#">Send the message</a>
    </div>
    <div class="cl">&nbsp;</div>
    </form>"
     
    icey011, May 9, 2010 IP
  2. MervinJ

    MervinJ Peon

    Messages:
    60
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Are you trying to do a mail contact page?. Use a form to capture the input and then send with a mailto:
    I'd advise using php or similar to check input on the form and possibly a capture to prevent spam.

    Have a look at... http://articles.techrepublic.com.com/5100-10878_11-5250440.html
     
    MervinJ, May 9, 2010 IP
  3. icey011

    icey011 Well-Known Member

    Messages:
    593
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #3
    Thanks!! I've read the tutorial, but I have no idea how to use PHP
     
    icey011, May 9, 2010 IP
  4. Kirkbride

    Kirkbride Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you don't know or want to learn server-side programming (like PHP), you might want to look into a service like Response-o-matic: http://www.response-o-matic.com/
     
    Kirkbride, May 9, 2010 IP
  5. runner

    runner Active Member

    Messages:
    251
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #5
    You can hire PHP programmers from service-> programming section
     
    runner, May 9, 2010 IP
  6. extremephp

    extremephp Peon

    Messages:
    1,290
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Well, Guys, in that screenshot, There is 3 fields.

    Name ,Email and message.. So infact, that is a contact form.. and we can see the send Message button also.

    So tell me What Do You need to be done actually :)
     
    extremephp, May 9, 2010 IP
  7. icey011

    icey011 Well-Known Member

    Messages:
    593
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #7
    Thanks everyone!!! I just figured it out!! WOOT WOOT!!! :)
     
    icey011, May 9, 2010 IP
  8. extremephp

    extremephp Peon

    Messages:
    1,290
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    0
    #8
    @icey011

    What was that you needed actually?

    A PHP contact form or Some Placement changes?? Huh??

    Make the things clear and you will be helpd before you find out the things Yourselves Lolz :D
     
    extremephp, May 9, 2010 IP
  9. icey011

    icey011 Well-Known Member

    Messages:
    593
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #9
    I didn't find it out myself. MervinJ gave me that link, and I've been experimenting with it ever since.
     
    icey011, May 9, 2010 IP