Here is the situation. I have 2 forms (these two forms as far as I know must remain as two seperate forms). However, form A has only one test input field and form B has about 40. When someone submits form A, I need it to submit along with it, form B as if it were the same form to an action file. However, I need to do this making an RPC Call (Remote Procedure Call). Anyone here familiar with some good tutorials on this? I have found many for making RPC calls and some for the multiple forms utulizing javascript and I have tried combining the two but it not as simple as it sounds. Anyone have any ideas?