03/24/2015 at 4:07 pm
#324405
Keymaster
@ Chris
My best guess at a snippet…
For case 1:, change this:
$('#cn-form-message').html('<h3>' + cn_form.strSubmitted + '</h3>').hide().append('<p>' + cn_form.strSubmittedMsg + '</p>').fadeIn(1500);
to this:
$('#cn-form-message').html('<h3>' + cn_form.strSubmitted + '</h3>').hide().append('<p>' + cn_form.strSubmittedMsg + '</p>').fadeIn( 1500, function() {
// similar behavior as an HTTP redirect
window.location.replace("https://gcba.org/?page_id=6044");
});
