>  it says Submitting a form with AJAX doesn't get any easier than this at this
>  address:
>  http://malsup.com/jquery/form/#
>
>  I am unable to get a simple form submitted to the sever. Making the forms is
>  not the problem,
>  however, it says i may need the plug in "jquery.form.js" so i uploaded it to
>  my server
>  then it says my form submissions will be sent to "comment.php" Now do i have
>  to create that file comment.php?? Can anyone point me in the correct
>  direction???

If you have jQuery and the jQuery Form Plugin properly loaded on your
page then it really is as simple as that Quick Start Guide makes it
sound.  The comment on that page points out that the form data will be
submitted to comment.php because that is the value of the form's
action attribute.

Reply via email to