I have googled and tried various bind unbind with no success. (Ajax
Submitted form)

e.preventDefault();

 

Sure all that's is good stuff but something simple like 

isSubmitted = false;

 

submit form

isSubmitted = true;

 

then while waiting for response if pressed again do nothing if submitted =
true

after response set isSubmitted back to false..

 

I simple need a way to prevent the form from being submitted once its been
submitted. I tried binding then next time its submitted its sent twice, then
three times. I know the UIBlock script but its not whats needed in this
case.

 

Any quick easy solutions anyone?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to