Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you ever solve this?

    I downloaded the latest iteration of the WP-CRM plugin and on line 886 of wp-crm/lib/class_contact_message.php, which is within the if( result.success == “true” ) { condition of the success: event of a very straightforward jQuery.ajax call, I added this setTimeout:

    setTimeout(function(){ window.location = “/support/”; },”3000″);

    3 seconds is enough time to display the “Your message has been sent. Thank you.” response message, and then redirect the user back to the support page.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Redirect After Form Submission’ is closed to new replies.