teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

ソースコードを修正

2018/01/05 09:03

投稿

退会済みユーザー
answer CHANGED
@@ -13,7 +13,7 @@
13
13
  ```JavaScript
14
14
  <script>
15
15
  document.addEventListener( 'wpcf7mailsent', function( event ) {
16
- location = 'http://example.com/'+location.search;
16
+ location = 'http://example.com/thanks/'+location.search;
17
17
  }, false );
18
18
  </script>
19
19
  ```