Forums
(@javhy)
12 years ago
You have solve my BIG issue with the same case. THANKS!!!!
12 years, 7 months ago
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); }
??