ボタンをクリックした後にフォームにリダイレクトする

  • nakashirohmaterra
    2025年2月11日 21:42に質問

    初めまして株式会社マテラの中城です。

    下記のURLのような質問ボタンを設置し、

    質問回答後に申込フォームを表示させるようなことは実現可能でしょうか。

    https://chapup-sc.com/v1_b/index.php

  • Jefferson Jotform Support
    2025年2月12日 9:51に返信

    Hi nakashirohmaterra,

    Thanks for reaching out to Jotform Support. Our Japanese Support agents are busy helping other Jotform users right now, so I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Japanese, let us know and we can have them do that. But, it might take a while until they're available again.

    Now, coming back to your question. If I understand correctly, you’d like to redirect users to your form when they click a button on your website. If yes, you can achieve this by updating your website's code to include your form’s URL as the target link. Let me show you how to get your form link:

    1. In Form Builder, in the orange navigation bar at the top of the page, click on Publish.
    2. In the Quick Share tab, click on Copy Link in the Share With Link section.

    ボタンをクリックした後にフォームにリダイレクトする Image 1 Screenshot 20Once you have the URL, update your website’s source code by setting the button’s href attribute to the copied link. If you’re using HTML, it should look something like this:

    <a href="YOUR_FORM_URL_HERE" target="_blank">Open Form</a>

    Give it a try and let us know how it goes.

あなたの答え