Hi,

I have a question about the form plugin. I'd like to reuse the data,
that's returned from the submited form.

The form posts to the process.php, and the the process.php returns the
msg. In stead of just displaying the returned data i'd like to check
what it is. Why? Because i'm validating the data in tje process.php
file and if the submit is successfully i'd like to disable the submit
button so that resubmit cannot happen.

I don't know how to do that. the form plugin has just the option for
displaying the result...but how to reuse the result?

success: function(){
        $("#msg-container");
}

Reply via email to