I don't know how you have it setup, but you should be able to simply replace the $.blockUI call with a call like $('#myForm').block().
Mike
how do i assign it to some submit button inside of it? im usign jorn's plugin > Instead of using $.blockUI you can do this: > > $('#myForm').block('<h1>Please Wait...</h1>'); >