I uploaded the test file and it works fine. I created the simple email form and posted it. I did all that the manual said yet the action is still not working. I updated the css and the geerated items folder as well but nothing seems to help. I can input the name and email address but when i hit submit, nothing happens. The link for the form is here:
http://www.99nyc.com/information.html
The test file which does work is here as well:
http://99nyc.com/php_mail_test.php4
Thoughts?
NateMail Action not working
2 posts
• Page 1 of 1
Re: NateMail Action not working
Sorry about the very late reply - your submit button is a generic form button instead of a real submit button, so it's not doing anything. Try changing this:
...to:
- Code: Select all
<input type="button" name="submitButtonName" value="SUBMIT" />
...to:
- Code: Select all
<input type="submit" name="submitButtonName" value="SUBMIT" />
- Nate Baldwin
- Site Admin
- Posts: 3724
- Joined: 04/25/2003 @ 19:05
2 posts
• Page 1 of 1
Return to Form Processing (NateMail, ProcessForm)
Who is online
Users browsing this forum: No registered users and 1 guest