hi Mike, Thanks very much for the reply. In my php file that processes the form, how would I tell where each results goes. Do I place each in a div with the same id as the targets?
Example php file <div id='test1'>Username</div> <div id='test2'>Thank you for subscribing</div> Thanks again for you help. Great plugin! On Nov 19, 9:55 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > target: '#test1 #test2', // target element(s) to be updated > > Just change that to: '#test1,#test2' > > The target option takes a normal jQuery selector string. > > Mike