<div dir="ltr">Hi,<div><br></div><div>I&#39;m creating a web interface using seaside that&#39;s a bit complicated. One particular annoying part is that I have to use multiple forms:</div><div>(1) Form 1 contains some fields</div><div>(2) Form 2 is used for uploading images asynchronously</div><div>(3) Form 3 contains more fields that really belong to Form 1.</div><div>Because of layout and because forms can&#39;t be within other forms, I have to have both Form 1 and 3, though really they should be the same form that uses one submit button. Is there a good way to combine the forms in such a way that the callbacks for both forms are evaluated?</div><div><br></div><div>I did notice that the _k are identical for both forms.</div><div><br></div><div>Cheers,</div><div><br></div><div>Jeff</div></div>