vote up 0 vote down star

I can't believe I've never done this before....

Here's my situation: I am using 2 jQuery plugins. Shadowbox and validate (bassistance).

I click on a link to sign up for a newsletter. The link opens a form in a shadowbox. No biggie. The form is validated with the plugin.

When the form is validated and ready to submit, it doesn't.

This is what my submitHandler option (in the validate plugin) looks like:

submitHandler: function(form) {

form.submit();

var s = window.parent.Shadowbox;
s.open({
player:     'iframe',
title:      'Thank you!',
content:    'http://www.somesite.com/includes/thank_you_grid_3.php',
width:      270,
height:     110
});
}

Help :)

Thanks

flag

60% accept rate

1 Answer

vote up 0 vote down

Not sure if this helps but I've used a hidden iframe for uploads before.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.