Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Internal Server Error - Contact Forms???
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Weasel" data-source="post: 379465" data-attributes="member: 9520"><p>Can't see any PHP errors either, so try [USER=24874]@eckostylez[/USER] his solution. On another note, the way you are doing this is really user unfriendly. Instead of actually posting it with the form, redirecting to mail.php and then back to index.html is not user-friendly at all. Take a look into jQuery's $.post function, and return a JSON response from mail.php which you can handle with JavaScript to show the mail.php's response. This prevents redirecting by the form, and sending you back to the top of the page.</p></blockquote><p></p>
[QUOTE="Weasel, post: 379465, member: 9520"] Can't see any PHP errors either, so try [USER=24874]@eckostylez[/USER] his solution. On another note, the way you are doing this is really user unfriendly. Instead of actually posting it with the form, redirecting to mail.php and then back to index.html is not user-friendly at all. Take a look into jQuery's $.post function, and return a JSON response from mail.php which you can handle with JavaScript to show the mail.php's response. This prevents redirecting by the form, and sending you back to the top of the page. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Internal Server Error - Contact Forms???
Top