Wie kann ich Bulletpoints in ein "langer Text"-Feld integrieren?

  • sirihaubensak
    Gefragt am 7. Juni 2024 um 06:31

    Hallo

    Ich habe auf meiner Seite 15 Schreibaufgaben. Dort würde ich gerne in mein "langer Text" Feld eine Aufzählung mit Bullet-Points einfügen. Wie kann ich diesbezüglich am besten vorgehen?

    Vielen Dank für die Hilfe :)

  • Adrian Besilla Jotform Support
    Geantwortet am 7. Juni 2024 um 09:05

    Hi Siri,

    Our German 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 German, 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 you can share the link to your form, I can check it out and help you with a solution. But you can try using a Paragraph element on the form if you want to have bullet points in your form. Here's how to do it:

    1. While in Form Builder, click on the Add Form Element menu on the left side of the page.
    2. Go to the Basic tab from the opened window on the left.
    3. Search for the Paragraph field and drag it to the form.
    4. Click the pencil icon available with the paragraph field.

    Wie kann ich Bulletpoints in ein langer Text Feld integrieren? Image 1 Screenshot 30

    Add the text there and select the bullet points at the top bar in the editor.

    Wie kann ich Bulletpoints in ein langer Text Feld integrieren? Image 2 Screenshot 41

    If you are looking for something, please explain a bit so we can figure out an appropriate workaround for your form requirement.

    Let us know if you have any other questions.

  • sirihaubensak
    Geantwortet am 10. Juni 2024 um 03:45

    Vielen Dank für den Tipp und entschuldige, dass ich den Link zum Formular vergessen habe. Ich habe es mit dem "Paragraph" probiert, leider gibt es so einen ziemlich grossen Abstand zwischen der Instruktion (Paragraph) und dem Textfeld. Kann ich dies irgendwie ändern?


    Hier der Link zum Formular: https://eu.jotform.com/build/241265011712342

    Und hier ein Screenshot, wie sich der Abstand verändert hat:


    Wie kann ich Bulletpoints in ein langer Text Feld integrieren? Image 1 Screenshot 20

  • Waqas Jotform Support
    Geantwortet am 10. Juni 2024 um 06:03

    Hi Siri,

    You can remove the spacing between these fields using CSS code. Let me walk you through it:

    1. Copy the code below:

    /* Form line */
    .form-all .form-section .form-line:nth-child(141){
     padding-top:27px;
     min-height:274px;
    }
    .form-all .form-section .form-line{
     padding-top:0px;
    }
    .form-all .form-line:nth-child(142) textarea{
     position:relative;
     top:-37px;
    }
    /* Form label auto */
    .form-all .form-line .form-label-auto{
     position:relative;
     top:-12px;
    }
    /* Form label auto */
    .jotform-form .form-all .form-section .form-line:nth-child(143) .form-label-auto{
     top:-28px !important;
    }


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

    3. In the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box.

    4. Click on Save at the bottom of the Form Designer menu and you’re done.

    Wie kann ich Bulletpoints in ein langer Text Feld integrieren? Image 1 Screenshot 20

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

  • sirihaubensak
    Geantwortet am 10. Juni 2024 um 08:24

    Vielen Dank für den Code. Leider hat sich nichts verändert, obwohl ich ihn eingefügt hatte. Muss ich den Code für mein Formular anpassen?

  • Waqas Jotform Support
    Geantwortet am 10. Juni 2024 um 08:44

    Hi Siri,

    Can you try to remove all previous code and add only this one below:

    /* Form line */
    div#text_356 {
     margin-bottom: -45px;
    }

    Check out my screencast below on your form:

    Wie kann ich Bulletpoints in ein langer Text Feld integrieren? Image 1 Screenshot 20

    Can you try it again and see how it goes? If you run into the same issue again, let us know, and we'll do some more testing to see what's going on. 

    Give it a try and reach out again if you have any other questions.

 
Ihre Antwort