Bildgröße u.a.

  • Dieter Schäfer
    Gefragt am 25. Oktober 2022 um 12:00

    Hallo,

    ich habe drei Fragen:

    Kann man die Bilder auf der mit Jotform erstellten Bestellseite und auf der Website eingebunden (siehe Link) auch vergrößern?

    Wie kann ich den Preis von "Free" in "kostenlos" ändern?

    Erfolgt eine Bestellung über das Jotform-Formular (siehe Link), wird ja eine Email mit den bestellten Produkten ohne die angezeigten Bilder an die angegebene Adresse zugeschickt. Man kann der Email ja auch eine PDF beifügen. Allerdings sind hier dann die Bilder drin. Kann man einstellen, dass keine Bilder in der PDF-Datei abgebildet sind, sondern nur die Bestellung wie in der Email?

    Vielen Dank und beste Grüße


    D. Schäfer

  • Raymond Jotform Support
    Geantwortet am 26. Oktober 2022 um 02:34

    Hi Dieter,

    The images on your Product List can be resized by choosing a different layout. Let me show you how:

    • In Form Builder, click on your Product List and open its settings.
    • Click on the Settings button on the menu on the right and choose other layouts.
      1666765389 6358d24dae4c6  Screenshot 10

    If you prefer using the Single Column, we can apply a CSS code to make the photos bigger.

    • In Form Builder, click on the Paint roller icon on the left side of the screen.
    • Under the Styles tab, paste the code (the px value can be modified to increase or decrease size) on the box below:
    .image_area.form-product-image-with-options {
     width: 200px;
     height: 200px;
    }

    1666765503 6358d2bfa93a2  Screenshot 21

    The word Free on your Product element can also be customized with CSS code below:

    .form-product-details {
     visibility: hidden;
    }
    .form-product-details:before{
     content: "Free of Charge";
     float: right;
     visibility: visible;
    }


    1666765782 6358d3d6e7eb8  Screenshot 32

    Removing the images on your PDF document can also be done:

    • In PDF Editor, click on your Product List field and open its Setting by clicking on the Gear icon.
    • On the menu on the right, click on Answer Style and unselect the Show Product Images.

    1666766049 6358d4e17ed9c  Screenshot 43

    If you prefer to receive help in your native language, please let us know and we'll forward your ticket to our German Support Team. Please keep in mind that replies may take longer due to limited availability.

    Let us know if you need any help.