Using the "gform_post_submission" hook, I'm getting an error, "gformRedirect is not defined" (in firebug).
The spinner just keeps on going. If I click submit again, it will go through with a confirmation message.
This only happens when I call:
wpmu_create_blog( $domain, $path, $title, $user_id, $meta, 1 );
however, if I use:
wpmu_signup_blog( $domain, $path, $title, $user_name, $user_email, $meta );
then there is no issue.
It's an ajax form if that makes a difference.