merhaba formumda bulunan total yazısını genel toplam yapmak istiyorum...

  • hakan2013
    Asked on January 20, 2016 at 3:41 AM

    merhaba formumda bulunan total yazısını genel toplam yapmak istiyorum herhangi bir kod verirseniz css yapıştırıyım acildir.

  • Boris
    Replied on January 20, 2016 at 7:08 AM

    Can you please describe your query in a little more detail? I'm not sure what you are trying to achieve regarding the total sum.

    Please let us know what it is exactly you would like to achieve, and we will do our best to help. We will await your response and clarifications. Thank you.

  • Boris
    Replied on January 21, 2016 at 1:48 PM

    A colleague of mine helped with translating your question, and as we understand it, you were looking to translate the word "Total" that appears on your form:

    merhaba formumda bulunan total yazısını genel toplam yapmak istiyorum Screenshot 50

    Yes, it can be visually translated by adding custom CSS into your form. Adding the following custom CSS would translate the word "Total" into "Toplam":

    #total-text { font-size: 0; } #total-text:before { font-size: 12px; content: "Toplam"; }

    The code can be added by opening your form in the Designer:

    merhaba formumda bulunan total yazısını genel toplam yapmak istiyorum Screenshot 61

    Once in the Designer, please paste it at the bottom of the textbox under the CSS tab:

    merhaba formumda bulunan total yazısını genel toplam yapmak istiyorum Screenshot 72

    Upon saving the changes, your form would display as in the following image:

    merhaba formumda bulunan total yazısını genel toplam yapmak istiyorum Screenshot 83

    Please let us know if you need any further guidance, and we will be happy to help. :)

  • hakan2013
    Replied on January 21, 2016 at 3:45 PM
    I entered the code exactly as you did record the message , but did not sign
    off was total recovery x
    2016-01-21 20:48 GMT+02:00 JotForm :
    ...
  • David JotForm Support Manager
    Replied on January 21, 2016 at 8:44 PM

    I cloned your form and entered the code provided by my colleague, it worked:

    merhaba formumda bulunan total yazısını genel toplam yapmak istiyorum Screenshot 20

     

    You can clone my version of your form if you want to: https://form.jotform.com/60208311087952

    http://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL

    Let us know if you need more help, we will be glad to assist you.