Hi,

Hoping I can get some help with this:

So, I have a user login form that is presented using Highslide. But I wanted to keep the form on the page so as to enable the use of programs like 1Password to fill in the form and submit. Therefore, the form is on the page but hidden with display:none, as Highslide makes it appear when invoked. However, 1Password can submit the form when it is in display:none, which is useful, but when this happens, the resulting page is the AJAX response. (Submitting when the form is opened via Highslide works normally)

Does this make sense?

To restate what I'm trying to accomplish here:
- If form is submitted one way, AJAX.module does not intercept
- If form is submitted another way, AJAX.module processes and things proceed normally.

Thanks for any assistance, folks.

~R