Do you have an example of the code you're using to load the form?
On Dec 12, 11:02 am, Adam <[email protected]> wrote: > I have a dynamically created form that I'd like to submit > automatically after it loads. It doesn't look like forms have an > onload event. I would use the window onload, but the form isn't > necessarily around when the window loads - it is created later in a > jquery popup. > > Any suggestions? I am using the jquery form plugin if it matters.

