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?
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