Jump to content

Form not sending action


NCShaffer

Recommended Posts

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?

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...