Jump to content

NCShaffer

Members
  • Posts

    4
  • Joined

  • Last visited

About NCShaffer

  • Birthday 09/18/1990

Profile Information

  • Location
    Atlanta Georgia, USA

NCShaffer's Achievements

Newbie

Newbie (1/7)

1

Reputation

  1. Yeah, how do i do it. Haha. Guess i didnt make that clear.
  2. I dont have a clue how i didnt catch that. Thankyou so much, it works great now.
  3. I want to make it so that in my form, it will tell you next to the feild whether the information you entered is valid. I need it to make sure the persons name is entered, an email is entered in valid email format, and that their question is entered. If not, when they press Send, nothing will happen.(The first two simply check to see if info is entered and if so show a green arrow, and if not a red x. Email is like i described and works same way with green arrow or red x.)
  4. Ive got the following form: <form class="form" method="post" action="forms/form-contact.php"><p class="name"> <input type="text" name="name" id="name" /> <label for="name">Name</label></p><p class="email"> <input type="text" name="email" id="email" /> <label for="email">E-mail</label></p><p class="text"> <textarea name="text"></textarea> <p>Max 500 Characters</p></p><p class="submit"> <button type="button" value="Send" class="button small blue"/><span>Send</span></button></p></form> When i go on the live page and fill the informatio and click Send, it does not fulfill the action of sending the form data to forms/form-contact.php. Whats up with that?
×
×
  • Create New...