How to prevent direct access to the Marketo form follow-up page 【フォローアップページへの直アクセスを禁止する方法】
I created a landing page under Laravel and placed a Marketo form there. There is also a follow-up page named "completed.php" under Laravel.
Is there anything Marketo can do to prevent direct access to this follow-up page?
I tried to run the redirect process on the Laravel side, but the transition from the Marketo form is considered direct access and is redirected.
I just need to redirect other than the transition from the form.
Laravelの下にランディングページを作成し、そこにMarketoフォームを配置しました。
Laravelの下に「completed.php」という名前のフォローアップページもあります。
このフォローアップページへの直接アクセスを防ぐためにMarketoができることはありますか?
Laravel側でリダイレクトプロセスを実行しようとしましたが、Marketoフォームからの移行は直接アクセスと見なされ、リダイレクトされます。
フォームからの遷移以外をリダイレクトさせたいだけなんですが..
宜しくお願いします。