How Do I Add A Simple Box For Visitors To Write In Their Name.

Discussion in 'HTML & Website Design' started by robin_west, Nov 30, 2009.

  1. #1
    Hi!

    I am wondering how I can with HTML add a small box on my website that visitors can write their name in and then click submit and their name will be shown in a list under the box.

    Sort of like signing that "I was here".

    Can anyone help me with this?
     
    robin_west, Nov 30, 2009 IP
  2. Twity

    Twity Peon

    Messages:
    91
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can do that in Ajax
     
    Twity, Nov 30, 2009 IP
  3. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #3
    You can do it using DOM function appendChild().
     
    s_ruben, Nov 30, 2009 IP
  4. RDragos

    RDragos Guest

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can do it with a PHP form.
     
    RDragos, Nov 30, 2009 IP
  5. sinc

    sinc Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You con use any Scripting Language through do.
     
    sinc, Dec 2, 2009 IP
  6. rajivk1

    rajivk1 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    try www.visitorForm.com

    I hope your problems will be solved.
     
    rajivk1, Dec 2, 2009 IP
  7. sepkamy

    sepkamy Greenhorn

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #7
    it's very saple if you are using html
    add this html code to your website
    <form method="post" action="mailto:[COLOR="Red"]youremail@email.com[/COLOR]">
    Name: <input type="text" size="10" maxlength="40" name="name"> <br />
    Password: <input type="password" size="10" maxlength="10" name="password">
    <input type="submit" value="Send"> 
    
    
    </form>
    Code (markup):
    then you get this form
    [​IMG]
     
    sepkamy, Dec 2, 2009 IP
  8. rajivk1

    rajivk1 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    this doesnt save all your enquiries in any database for future access !!
     
    rajivk1, Dec 2, 2009 IP