[jQuery] Re: jquery Validate - send email failing

2009-06-09 Thread Narendra sisodiya
what kind of validations are you using and on which event use for validation ? ~ N a R e N On Tue, Jun 9, 2009 at 8:48 PM, philco philipa...@thisworldover.com wrote: Wondered if anyone could help out. my form is set up to send an email on submission, and is working correctly. But when i add

[jQuery] Re: jquery Validate - send email failing

2009-06-09 Thread Jörn Zaefferer
Are you using the submitHandler-option? There is an open issue that prevents the submitting button being send in combination with that option, that may cause your code to fail. Jörn On Tue, Jun 9, 2009 at 5:25 PM, Narendra sisodiyanaren.sisod...@gmail.com wrote: what kind of validations are

[jQuery] Re: jquery Validate - send email failing

2009-06-09 Thread philco
I am using the following... $().ready(function() { // validate the comment form when it is submitted $(#commentForm).validate(); }); and the action in the form goes to thankyou.php

[jQuery] Re: jquery Validate - send email failing

2009-06-09 Thread Jörn Zaefferer
In this case there is no apparent reason that the plugin could somehow affect your serverside script. A testpage is necessary to debug it. Jörn On Tue, Jun 9, 2009 at 7:36 PM, philcophilipa...@thisworldover.com wrote: I am using the following... $().ready(function() {        // validate

[jQuery] Re: jquery Validate - send email failing

2009-06-09 Thread philco
Thanks Jorn - there is a test page at www.pinerock.com/contactNEW.php. the php at the head of the page is if ($_REQUEST['name']!=) { $sendTo = 'phi...@thisworldover.com'; $subject = Contact Form Submission; $headers = MIME-Version: 1.0\n; $headers .= Content-type: text/