回答編集履歴

1

ソースコードを修正

2018/01/05 09:03

投稿

退会済みユーザー
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  document.addEventListener( 'wpcf7mailsent', function( event ) {
30
30
 
31
- location = 'http://example.com/'+location.search;
31
+ location = 'http://example.com/thanks/'+location.search;
32
32
 
33
33
  }, false );
34
34