確認画面で不要な番号が表示される

  • t_akiyama
    2025年8月26日 0:38に質問

    https://form.jotform.com/251412356527454


    上記のフォームで確認画面にいくと、入力項目がないのにもかかわらず、4の番号が表示されます。

    4番の番号を削除したいのですがどうすればよいでしょうか。

  • Ravi Jotform Support
    2025年8月26日 3:17に返信

    Hi t_akiyama, 

    While we do offer Support in many foreign languages, and we're working hard to add more every day, we don't currently have Japanese Support agents who can help you. So I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using.

    Now, coming back to your question, you can easily remove the number 4 from the review page by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    li[data-qid="50"]::before {
     content: none !important;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    確認画面で不要な番号が表示される Image 1 Screenshot 30

    Here’s how it looks after applying the CSS to your form:

    確認画面で不要な番号が表示される Image 2 Screenshot 41

    I’ve applied these changes to a cloned version of your form. Here is the link to the cloned form. Feel free to clone it to your own account to review the CSS code and its placement. You can also refer to our guide on How to Clone an Existing Form From a URL.

    Reach out again if you need any other help.

Your Reply