Jump to content

bluesmap

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

bluesmap's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. can you tell me what that is saying....just so i understand? i havent gotten around to knowing that much about the cache and what that function is executing. although the form is doing what i want it to do. i appreciate the response and i thank you very much.
  2. i like the site. really looks nice and "clean"
  3. i have a form that i want cleared after user submits the form. right now as it stands if the user hits the "BACK" button on the browser they are still able to see what they typed. which sucks. this is the code as i have it now. <form action="mailer.php" method="post"> <input type="text" name="name" size="40"> | Name | <br> <br> <input type="text" name="e-mail" size="40"> | eMail | <br> <br> <input type="text" name="subject" size="40"> | Subject | <br> <br> <br> <textarea name="message" rows="8" cols="60"> </textarea> <br> <br> <input type="submit" value="Send"> | | <input type="reset" value="Cancel"> </form> i have a "mailer.php" that handles sending the data to me via email. how would i go about having he form cleared after user hits the "send" button? also, what characters should i be restricting in the form?? i was advised to restrict certain symbols and characters from being typed into the form..... so those two questions if anyone has some insight that would be great.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.