You have solve my BIG issue with the same case. THANKS!!!!
I’ve found a little trick. In pfs-script.js (line 34) add this:
//succes message & reload;
jQuery('#pfs-alert').addClass('success').html('<p>Done!</p>').show();
jQuery("#pfs_form.pfs").fadeIn('fast');
setInterval("location.reload()", 3000);
}
🙂