Graham
0
Q:

prevent form resubmission on refresh

<script>
    if ( window.history.replaceState ) {
        window.history.replaceState( null, null, window.location.href );
    }
</script>
1

New to Communities?

Join the community