How do I prevent the form from being sent to "Thank you Page"?

  • ssohhkszs
    Asked on June 15, 2018 at 11:10 PM

    こんにちは。

    フォームを「Thank you Page」に送らないようにするにはどいうすればいいですか?

    (Submit buttonを押した後、そのページに留まっていたいのです)

  • Nik_C
    Replied on June 16, 2018 at 3:04 AM

    What you could do is redirect your users to the same form if you wish:

    1529132501screencast Screenshot 10

    That will redirect your users to the same form when they submit.

    But you cannot prevent your users to see the Thank you page (in any way, default or redirect to URL).

    If you had something else in mind, please let us know.

    Thank you!



  • ssohhkszs
    Replied on June 16, 2018 at 4:43 AM
    ありがとうございます。
    送信ボタンを押しても「Thank you Page」を表示することは防げないことはわかりました。
    では…、
    私は、顧客が送信ボタンを押した後でも、
    「(送信前に)フォームにbr/>力したbr/>容を、(送られてきたメールではなくて)「そのフォームの中で」もう一度確認できるようにしたい」
    のですが、何かいい方法はありませんか
    要するに、顧客が送信ボタンを押す前と、押した後が、同じ画面の状br/>のままでいてほしいのです。
    私にとっては大事なことなので何とか詳しく教えてください。
    宜しくお願い致します。
    ...
  • Elton Support Team Lead
    Replied on June 16, 2018 at 5:14 AM

    That's not possible in the form builder. You can only either show a thank you message or redirect to a custom URL.

    However, if you only want the user to review their submissions before they send the form, you can add this widget to your form https://widgets.jotform.com/widget/preview_before_submit

    If you know javascript or PHP, you might be able to achieve that when you manipulate your form source code.

    If you have further questions, let us know.