> I am needing to pass quite a few other options.  Since it is
> submitting into an iframe, would the normal form POST happen here?  Or
> do I need to pass the value of those field into a var, and pass
> those?

You really don't need to be concerned with the iframe, the plugin
handles everything for you.  The form is posted to the server, the
server response goes to the iframe, the plugin extracts that response
for you and manages it as though the request used XHR.

Reply via email to