Formular zeit zu anfangb start refilling obwohl auf deutsch eingestellt

  • Kunkel_Bastian
    Gefragt am 7. April 2025 um 03:49

    Sehr geehrte Damen und Herren,


    Ich habe ein Problem. Am anfang des formulars steht folgendes im Formular "start refilling" wie kann ich das auf deutsch einstellen? in den optionen ist es bereits auf deutsch eingestellt. es handelt sich um folgendes Formular:

    https://form.jotform.com/220864442238052

    haben sie dafür eine Lösung?

    Viele Grüße

  • Mahmoud Jotform Support
    Geantwortet am 7. April 2025 um 06:23

    Hi Bastian,

    Thanks for reaching out to Jotform Support. Unfortunately, our German Support agents are busy helping other Jotform users at the moment. 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 German, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. You can use a CSS code to hide the current English version and your German translation. Let me show you how:

    1. Copy the Code Below

    /* Change the Language on the Start Filling button - 14364591*/

    button.pdff-headerSideButton:nth-child(3) > span:nth-child(1) {

    visibility: hidden;

    }

    .pdff-headerSideButton.forFill.js-pdfStartFilling::before {

    content"Ausfüllen starten";

    position: relative !important;

    right: -80px;

    }

    /* Ends here */

    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.

    Formular zeit zu anfangb start refilling obwohl auf deutsch eingestellt Image 1 Screenshot 20

    Let us know if you have any other questions.

Ihre Antwort